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_listlist 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.

Attributes

electrode_locations

unique_electrode_locations.electrode_locations has been deprecated.

locations_a

Locations of the positive (+) current electrodes in the survey

locations_b

Locations of the negative (-) current electrodes in the survey

locations_m

Locations of the positive (+) potential electrodes in the survey

locations_n

Locations of the negative (-) potential electrodes in the survey

source_locations

Returns, in order, the source locations for all sources in the survey.

survey_geometry

Survey geometry

survey_type

Survey type; one of {"dipole-dipole", "pole-dipole", "dipole-pole", "pole-pole"}

unique_electrode_locations

Unique locations of the A, B, M, N electrodes

Methods

drapeTopo(*args, **kwargs)

This method is deprecated.

drape_electrodes_on_topography(mesh, ind_active)

Shift electrode locations to discrete surface topography.

getABMN_locations()

The 'getABMN_locations' method has been removed.

set_geometric_factor([space_type, ...])

Set and return the geometric factor for all data

Galleries and Tutorials using SimPEG.electromagnetics.static.resistivity.Survey#

DC Analytic Dipole

DC Analytic Dipole

3D DC inversion of Dipole Dipole array

3D DC inversion of Dipole Dipole array

Reading and Plotting data with DC.IO class

Reading and Plotting data with DC.IO class

2.5D Forward Simulation of a DCIP Line

2.5D Forward Simulation of a DCIP Line

DC/IP Forward Simulation in 3D

DC/IP Forward Simulation in 3D

2.5D DC Resistivity and IP Least-Squares Inversion

2.5D DC Resistivity and IP Least-Squares Inversion

3D Least-Squares Inversion of DC and IP Data

3D Least-Squares Inversion of DC and IP Data

Simulate a 1D Sounding over a Layered Earth

Simulate a 1D Sounding over a Layered Earth

DC Resistivity Forward Simulation in 2.5D

DC Resistivity Forward Simulation in 2.5D

DC Resistivity Forward Simulation in 3D

DC Resistivity Forward Simulation in 3D

Convert 3D DC/IP Data to 2D Lines

Convert 3D DC/IP Data to 2D Lines

Least-Squares 1D Inversion of Sounding Data

Least-Squares 1D Inversion of Sounding Data

Sparse 1D Inversion of Sounding Data

Sparse 1D Inversion of Sounding Data

Parametric 1D Inversion of Sounding Data

Parametric 1D Inversion of Sounding Data

2.5D DC Resistivity Least-Squares Inversion

2.5D DC Resistivity Least-Squares Inversion

2.5D DC Resistivity Inversion with Sparse Norms

2.5D DC Resistivity Inversion with Sparse Norms

3D Least-Squares Inversion of DC Resistivity Data

3D Least-Squares Inversion of DC Resistivity Data