SimPEG.electromagnetics.natural_source.receivers.Point3DTipper#

class SimPEG.electromagnetics.natural_source.receivers.Point3DTipper(locations, orientation='zx', component='real', locations_e=None, locations_h=None)[source]#

Bases: PointNaturalSource

Point receiver class for Z-axis tipper simulations.

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.

orientationstr, default = ‘zx’

NSEM receiver orientation. Must be one of {‘zx’, ‘zy’}

componentstr, default = ‘real’

NSEM data type. Choose one of {‘real’, ‘imag’, ‘apparent_resistivity’, ‘phase’}

Attributes

component

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

locations

Receiver locations

locations_e

Electric field measurement locations

locations_h

Magnetic field measurement locations

nD

Number of data associated with the receiver

orientation

Orientation of the receiver.

uid

Universal unique identifier

Methods

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

Project the fields to natural source data.

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

Derivative of projection with respect to the fields

getP(mesh, projected_grid[, field])

Projection matrices for all components collected by the receivers

Galleries and Tutorials using SimPEG.electromagnetics.natural_source.receivers.Point3DTipper#

MT: 3D: Forward

MT: 3D: Forward