SimPEG.survey.BaseTimeRx#
- class SimPEG.survey.BaseTimeRx(locations, times, **kwargs)[source]#
- Bases: - BaseRx- Base SimPEG receiver class for time-domain simulations - Parameters:
- locations(n,dim) array_like
- Receiver locations 
- timesarray_like
- Time channels 
 
- locations(
 - Attributes - Receiver locations - Number of data associated with the receiver. - Time channels for the receiver - Universal unique identifier - Methods - eval(**kwargs)- Not implemented for BaseRx - evalDeriv(**kwargs)- Not implemented for BaseRx - getP(mesh, time_mesh[, projected_grid, ...])- Returns the projection matrices as a list for all components collected by the receivers. - getSpatialP(mesh[, projected_grid])- Returns the spatial projection matrix from mesh to receivers. - getTimeP(time_mesh[, projected_time_grid])- Returns the time projection matrix from all time steps to receiver time channels. 
Galleries and Tutorials using SimPEG.survey.BaseTimeRx#
 
Time-domain CSEM for a resistive cube in a deep marine setting
 
Heagy et al., 2017 1D RESOLVE and SkyTEM Bookpurnong Inversions
 
1D Forward Simulation with Chargeable and/or Magnetic Viscosity
 
3D Forward Simulation for Transient Response on a Cylindrical Mesh
 
1D Inversion of Time-Domain Data for a Single Sounding
 
 
 
 
 
 
 
 
