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