SimPEG.electromagnetics.static.resistivity.Survey#
- class SimPEG.electromagnetics.static.resistivity.Survey(source_list, survey_geometry='surface', survey_type='dipole-dipole', **kwargs)[source]#
Bases:
BaseSurvey
DC/IP survey class
- Parameters:
- source_list
list
of
SimPEG.electromagnetic.static.resistivity.sources.BaseSrc
List of SimPEG DC/IP sources
- survey_geometry{“surface”, “borehole”, “general”}
Survey geometry.
- survey_type{“dipole-dipole”, “pole-dipole”, “dipole-pole”, “pole-pole”}
Survey type.
- source_list
Attributes
A SimPEG counter object for counting iterations and operations
Locations of the positive (+) current electrodes in the survey
Locations of the negative (-) current electrodes in the survey
Locations of the positive (+) potential electrodes in the survey
Locations of the negative (-) potential electrodes in the survey
Total number of data for the survey
Number of Sources
List of sources associated with the survey
Returns, in order, the source locations for all sources in the survey.
Survey geometry
Survey type; one of {"dipole-dipole", "pole-dipole", "dipole-pole", "pole-pole"}
Universal unique identifier
Unique locations of the A, B, M, N electrodes
Number of associated data for each source
Methods
drapeTopo
(*args, **kwargs)This method is deprecated.
drape_electrodes_on_topography
(mesh, ind_active)Shift electrode locations to discrete surface topography.
The 'getABMN_locations' method has been removed.
get_source_indices
(sources)set_geometric_factor
([space_type, ...])Set and return the geometric factor for all data
Galleries and Tutorials using SimPEG.electromagnetics.static.resistivity.Survey
#

2.5D DC Resistivity and IP Least-Squares Inversion