SimPEG.electromagnetics.base.BaseEMSrc#
- class SimPEG.electromagnetics.base.BaseEMSrc(receiver_list=None, location=None, integrate=False, **kwargs)[source]#
- Bases: - BaseSrc- Base class for a electromagnetic sources - Parameters:
- location(n_dim)numpy.ndarray
- Location of the source 
- receiver_listlistofSimPEG.survey.BaseRxobjects
- Sets the receivers associated with the source 
- uiduuid.UUID
- A universally unique identifier 
- integratebool
- If - True, we integrate the source term
 
- location(
 - Attributes - Integrated source term - Source location - Number of data associated with the source. - List of receivers associated with the source - Universal unique identifier - Vector number of data. - Methods - eval(simulation)- Return magnetic and electric source terms - evalDeriv(simulation[, v, adjoint])- Return derivative of the magnetic and electric source terms with respect to the model. - get_receiver_indices(receivers)- Get indices for a subset of receivers within the source's receivers list. - s_e(simulation)- Electric source term - s_eDeriv(simulation, v[, adjoint])- Derivative of electric source term with respect to the inversion model - s_m(simulation)- Magnetic source term - s_mDeriv(simulation, v[, adjoint])- Derivative of magnetic source term with respect to the inversion model 
Galleries and Tutorials using SimPEG.electromagnetics.base.BaseEMSrc#
 
Time-domain CSEM for a resistive cube in a deep marine setting
 
Heagy et al., 2017 1D RESOLVE and SkyTEM Bookpurnong Inversions
 
Heagy et al., 2017 1D RESOLVE Bookpurnong Inversion
 
1D Forward Simulation for a Susceptible and Chargeable Earth
 
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
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
