simpeg.electromagnetics.natural_source.receivers.PointNaturalSource#

class simpeg.electromagnetics.natural_source.receivers.PointNaturalSource(*args, **kwargs)[source]#

Bases: Impedance

Point receiver class for magnetotelluric simulations.

Warning

This class is deprecated and will be removed in SimPEG v0.24.0. Please use natural_source.receivers.Impedance.

Assumes that the data locations are standard xyz coordinates; i.e. (x,y,z) is (Easting, Northing, up).

Parameters:
locations(n_loc, n_dim) numpy.ndarray

Receiver locations.

orientation{‘xx’, ‘xy’, ‘yx’, ‘yy’}

MT receiver orientation.

component{‘real’, ‘imag’, ‘apparent_resistivity’, ‘phase’}

MT data type.

Attributes

component

Data type; i.e. "real", "imag", "apparent_resistivity", "phase".

locations_e

Electric field measurement locations

locations_h

Magnetic field measurement locations

nD

Number of data associated with the receiver object.

orientation

Receiver orientation.

uid

Universal unique identifier

locations

Methods

eval(src, mesh, f[, return_complex])

Compute receiver data from the discrete field solution.

evalDeriv(src, mesh, f[, du_dm_v, v, adjoint])

Derivative of data with respect to the fields.

getP(mesh, projected_grid[, location_id])

Get projection matrix from mesh to specified receiver locations.

Galleries and Tutorials using simpeg.electromagnetics.natural_source.receivers.PointNaturalSource#

MT: 3D: Forward

MT: 3D: Forward