simpeg.electromagnetics.static.utils.electrode_separations#
- simpeg.electromagnetics.static.utils.electrode_separations(survey_object, electrode_pair='all', **kwargs)[source]#
Calculate horizontal separation between specific or all electrodes.
- Parameters:
- survey_object
simpeg.electromagnetics.static.survey.Survey
A DC or IP survey object
- electrode_pair{‘all’, ‘AB’, ‘MN’, ‘AM’, ‘AN’, ‘BM’, ‘BN}
Which electrode separation pairs to compute.
- survey_object
- Returns:
list
of
numpy.ndarray
For each electrode pair specified, the electrode distance is returned in a list.