simpeg.electromagnetics.static.utils.geometric_factor#

simpeg.electromagnetics.static.utils.geometric_factor(survey_object, space_type='half space', **kwargs)[source]#

Calculate geometric factor for every datum.

Consider you have current electrodes A and B, and potential electrodes M and N. Let RAM represents the scalar horizontal distance between electrodes A and M; likewise for RBM, RAN and RBN. The geometric factor is given by:

G=1C[1RAM1RBM1RAN+1RBN]

where C=2π for a halfspace and C=4π for a wholespace.

Parameters:
survey_objectsimpeg.electromagnetics.static.resistivity.Survey

A DC (or IP) survey object

space_type{‘half space’, ‘whole space’}

Compute geometric factor for a halfspace or wholespace.

Returns:
(nD) numpy.ndarray

Geometric factor for each datum