simpeg.electromagnetics.natural_source.receivers.Point3DTipper#

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

Bases: Tipper

Point receiver class for Z-axis tipper simulations.

Warning

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

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

Tipper data type; i.e. "real", "imag".

locations_base

Base station magnetic field measurement locations.

locations_h

Roving magnetic field measurement locations.

nD

Number of data associated with the receiver object.

orientation

Specifies the tipper element Tij corresponding to the data.

uid

Universal unique identifier

locations

Methods

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

Not implemented for BaseRx

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

Not implemented for BaseRx

getP(mesh, projected_grid[, location_id])

Get projection matrix from mesh to specified receiver locations.

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

MT: 3D: Forward

MT: 3D: Forward