simpeg.electromagnetics.static.resistivity.receivers.Pole#
- class simpeg.electromagnetics.static.resistivity.receivers.Pole(locations, data_type='volt', orientation=None, projField='phi', **kwargs)[source]#
Bases:
BaseRx
Pole receiver class
- Parameters:
- locations(
n_loc
,dim
)numpy.ndarray
Receiver locations.
- data_type{“volt”, “apparent_resistivity”, “apparent_chargeability”}
Data type.
- locations(
Attributes
Data type; i.e. "volt", "apparent_resistivity", "apparent_chargeability".
Calculate geometric factor for every receiver.
Receiver locations
Number of data associate with the receiver(s).
Orientation of the receiver.
Fields on the mesh
Universal unique identifier
Methods