SimPEG.electromagnetics.viscous_remanent_magnetization.receivers.Point#

class SimPEG.electromagnetics.viscous_remanent_magnetization.receivers.Point(locations=None, times=None, field_type=None, orientation='z', **kwargs)[source]#

Bases: BaseRx

Point receiver for viscous remanent magnetization simulations

Parameters:
locations(n, 3) numpy.ndarray

Receiver locations

timesnumpy.ndarray

Time channels

field_type{‘h’, ‘b’, ‘dhdt’, ‘dbdt’}

Fields being measured.

orientation{‘z’, ‘y’, ‘z’}

Receiver orientation.

Attributes

field_type

Field type; i.e. 'h', 'b', 'dhdt' or 'dbdt'.

locations

Receiver locations

nD

Number of data associated with the receiver

n_locations

Number of receivers

n_times

Number of time channels

orientation

Orientation of the receiver.

times

Time channels for the receivers

uid

Universal unique identifier

Methods

eval(**kwargs)

Not implemented for BaseRx

evalDeriv(**kwargs)

Not implemented for BaseRx

getP(mesh[, projected_grid])

Get projection matrix from mesh to receivers

Galleries and Tutorials using SimPEG.electromagnetics.viscous_remanent_magnetization.receivers.Point#

Predict Response from a Conductive and Magnetically Viscous Earth

Predict Response from a Conductive and Magnetically Viscous Earth

Method of Equivalent Sources for Removing VRM Responses

Method of Equivalent Sources for Removing VRM Responses

Response from a Homogeneous Layer for Different Waveforms

Response from a Homogeneous Layer for Different Waveforms

Forward Simulation of VRM Response on a Tree Mesh

Forward Simulation of VRM Response on a Tree Mesh

Forward Simulation Including Inductive Response

Forward Simulation Including Inductive Response