simpeg.electromagnetics.natural_source.receivers.PointNaturalSource#
- class simpeg.electromagnetics.natural_source.receivers.PointNaturalSource(*args, **kwargs)[source]#
Bases:
ImpedancePoint receiver class for magnetotelluric simulations.
Warning
This class is deprecated and will be removed in SimPEG v0.24.0. Please use
natural_source.receivers.Impedance.Assumes that the data locations are standard xyz coordinates; i.e. (x,y,z) is (Easting, Northing, up).
- Parameters:
- locations(
n_loc,n_dim)numpy.ndarray Receiver locations.
- orientation{‘xx’, ‘xy’, ‘yx’, ‘yy’}
MT receiver orientation.
- component{‘real’, ‘imag’, ‘apparent_resistivity’, ‘phase’}
MT data type.
- locations(
Attributes
Data type; i.e. "real", "imag", "apparent_resistivity", "phase".
Electric field measurement locations
Magnetic field measurement locations
Number of data associated with the receiver object.
Receiver orientation.
Universal unique identifier
locations
Methods