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:
- endlnumpy.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. 
- aint
- pole seperation. 
- bint
- dipole separation. 
- nint
- number of receiver dipoles per source. 
- dimint, default=3
- Create 2D or 3D survey. 
 
- endl
- Returns:
- simpeg.electromagnetics.static.resistivity.Survey
- A DC survey object. 
 
 
 
     
