SimPEG.electromagnetics.static.resistivity.sources.Dipole#

class SimPEG.electromagnetics.static.resistivity.sources.Dipole(receiver_list, location_a=None, location_b=None, location=None, **kwargs)[source]#

Bases: SimPEG.electromagnetics.static.resistivity.sources.BaseSrc

Dipole source

Parameters
receiver_listlist of SimPEG.electromagnetics.static.resistivity.receivers.BaseRx

A list of DC/IP receivers

location_a(n_source, dim) numpy.array_like

A electrode locations; remember to set ‘location_b’ keyword argument to define N electrode locations.

location_b(n_source, dim) numpy.array_like

B electrode locations; remember to set ‘location_a’ keyword argument to define M electrode locations.

locationlist or tuple of length 2 of numpy.array_like

A and B electrode locations. In this case, do not set the ‘location_a’ and ‘location_b’ keyword arguments. And we supply a list or tuple of the form [location_a, location_b].

Attributes

location_a

Locations of the A-electrodes

location_b

Locations of the B-electrodes

Galleries and Tutorials using SimPEG.electromagnetics.static.resistivity.sources.Dipole#

DC Analytic Dipole

DC Analytic Dipole

DC Analytic Dipole
Simulate a 1D Sounding over a Layered Earth

Simulate a 1D Sounding over a Layered Earth

Simulate a 1D Sounding over a Layered Earth
Least-Squares 1D Inversion of Sounding Data

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

Sparse 1D Inversion of Sounding Data
Parametric 1D Inversion of Sounding Data

Parametric 1D Inversion of Sounding Data

Parametric 1D Inversion of Sounding Data