simpeg.electromagnetics.static.utils.pseudo_locations#
- simpeg.electromagnetics.static.utils.pseudo_locations(survey, wenner_tolerance=0.1, **kwargs)[source]#
Calculates the pseudo-sensitivity locations for 2D and 3D surveys.
- Parameters:
- survey
simpeg.electromagnetics.static.resistivity.Survey
A DC or IP survey
- wenner_tolerance
float
, default=0.1 If the center location for a source and receiver pair are within wenner_tolerance, we assume the datum was collected with a wenner configuration and the pseudo-location is computed based on the AB electrode spacing.
- survey
- Returns:
tuple
of
numpy.ndarray
of
the
form
(midxy
,midz
)For 2D surveys, midxy is a vector containing the along line position. For 3D surveys, midxy is an (n, 2) numpy array containing the (x,y) positions. In eithere case, midz is a vector containing the pseudo-depth locations.