SimPEG.electromagnetics.time_domain.receivers.PointMagneticField#

class SimPEG.electromagnetics.time_domain.receivers.PointMagneticField(locations=None, times=None, orientation='x', **kwargs)[source]#

Bases: BaseRx

Measure TDEM magnetic field at a point.

Parameters:
locations(n_loc, n_dim) numpy.ndarray

Receiver locations.

times(n_times) numpy.ndarray

Time channels

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

Receiver orientation.