simpeg.electromagnetics.static.spectral_induced_polarization.receivers.Pole.eval#
- Pole.eval(src, mesh, f)[source]#
- Project fields to receivers to get data. - Parameters:
- srcsimpeg.electromagnetics.static.spectral_induced_polarization.sources.BaseRx
- A spectral IP receiver 
- meshdiscretize.base.BaseMesh
- The mesh on which the discrete set of equations is solved 
- fsimpeg.electromagnetic.static.spectral_induced_polarization.Fields
- The solution for the fields defined on the mesh 
 
- src
- Returns:
- numpy.ndarray
- Fields projected to the receiver(s) 
 
 
