simpeg.electromagnetics.static.resistivity.receivers.BaseRx#
- class simpeg.electromagnetics.static.resistivity.receivers.BaseRx(locations, data_type='volt', orientation=None, projField='phi', **kwargs)[source]#
- Bases: - BaseRx- Base DC/IP receiver class - Parameters:
- locations(n_loc,n_dim)numpy.ndarray
- Receiver locations. 
- data_type{“volt”, “apparent_resistivity”, “apparent_chargeability”}
- Type of data observered 
- orientation{None, “x”, “y”, “z”}
- projField{“phi”, “e”, “j”}
- Fields solved on the mesh. 
 
- locations(
 - Attributes - Data type; i.e. "volt", "apparent_resistivity", "apparent_chargeability". - Calculate geometric factor for every receiver. - Receiver locations - Number of data associated with the receiver - Orientation of the receiver. - Fields on the mesh - Universal unique identifier - Methods 
 
    