SimPEG.electromagnetics.time_domain.receivers.PointMagneticField#
- class SimPEG.electromagnetics.time_domain.receivers.PointMagneticField(locations=None, times=None, orientation='x', **kwargs)[source]#
Bases:
SimPEG.electromagnetics.time_domain.receivers.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.
- locations(