SimPEG.electromagnetics.static.spectral_induced_polarization.survey.Survey#
- class SimPEG.electromagnetics.static.spectral_induced_polarization.survey.Survey(source_list=None, survey_geometry='surface', survey_type='dipole-dipole', **kwargs)[source]#
- Bases: - BaseTimeSurvey- Spectral IP survey class - Parameters:
- source_listlistofSimPEG.electromagnetic.static.spectral_induced_polarization.sources.BaseSrc
- List of SimPEG spectral IP sources 
- survey_geometry{“surface”, “borehole”, “general”}
- Survey geometry. 
- survey_type{“dipole-dipole”, “pole-dipole”, “dipole-pole”, “pole-pole”}
- Survey type. 
 
- source_list
 - Attributes - Period - A SimPEG counter object for counting iterations and operations - Total number of data for the survey - Number of Sources - Number of data locations - Number of pulses - List of sources associated with the survey - Survey geometry; one of {"surface", "borehole", "general"} - Survey type; one of {"dipole-dipole", "pole-dipole", "dipole-pole", "pole-pole"} - Universal unique identifier - Unique time channels for all survey receivers. - Number of associated data for each source - Methods - get_source_indices(sources)