SimPEG.electromagnetics.natural_source.receivers.Point3DTipper#
- class SimPEG.electromagnetics.natural_source.receivers.Point3DTipper(locations, orientation='zx', component='real', locations_e=None, locations_h=None)[source]#
- Bases: - PointNaturalSource- Point receiver class for Z-axis tipper simulations. - 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. 
- orientationstr,default= ‘zx’
- NSEM receiver orientation. Must be one of {‘zx’, ‘zy’} 
- componentstr,default= ‘real’
- NSEM data type. Choose one of {‘real’, ‘imag’, ‘apparent_resistivity’, ‘phase’} 
 
- locations(
 - Attributes - Data type; i.e. "real", "imag", "apparent_resistivity", "phase". - Receiver locations - Electric field measurement locations - Magnetic field measurement locations - Number of data associated with the receiver - Orientation of the receiver. - Universal unique identifier - Methods - eval(src, mesh, f[, return_complex])- Project the fields to natural source data. - evalDeriv(src, mesh, f[, du_dm_v, v, adjoint])- Derivative of projection with respect to the fields - getP(mesh, projected_grid[, field])- Projection matrices for all components collected by the receivers 
