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:
surveySimPEG.electromagnetics.static.resistivity.Survey

A DC or IP survey

wenner_tolerancefloat, 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.

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.