simpeg.electromagnetics.frequency_domain.receivers.PointCurrentDensity#
- class simpeg.electromagnetics.frequency_domain.receivers.PointCurrentDensity(locations, orientation='x', component='real', **kwargs)[source]#
Bases:
BaseRx
Measure FDEM current density at a point.
- Parameters:
- locations(
n_loc
,n_dim
)numpy.ndarray
Receiver locations.
- orientation{‘x’, ‘y’, ‘z’}
Receiver orientation.
- component{‘real’, ‘imag’}
Real or imaginary component.
- locations(
Attributes
Data component; i.e. real or imaginary.
The type of data for this receiver.
Receiver locations
Number of data associated with the receiver
Orientation of the receiver.
Universal unique identifier
Use source-receiver offset.
Methods