simpeg.electromagnetics.static.utils.generate_dcip_survey#
- simpeg.electromagnetics.static.utils.generate_dcip_survey(endl, survey_type, a, b, n, dim=3, **kwargs)[source]#
Load in endpoints and survey specifications to generate Tx, Rx location stations.
Assumes flat topo for now…
- Parameters:
- endl
numpy.ndarray
End points for survey line [x1, y1, z1, x2, y2, z2]
- survey_type{‘dipole-dipole’, ‘pole-dipole’, ‘dipole-pole’, ‘pole-pole’, ‘gradient’}
Survey type to generate.
- a
int
pole seperation
- b
int
dipole separation
- n
int
number of receiver dipoles per source
- dim
int
, default=3 Create 2D or 3D survey
- endl
- Returns:
simpeg.electromagnetics.static.resistivity.Survey
A DC survey object
Galleries and Tutorials using simpeg.electromagnetics.static.utils.generate_dcip_survey
#
3D DC inversion of Dipole Dipole array
3D DC inversion of Dipole Dipole array
Parametric DC inversion with Dipole Dipole array
Parametric DC inversion with Dipole Dipole array