simpeg.electromagnetics.static.spectral_induced_polarization.survey.Survey#
- class simpeg.electromagnetics.static.spectral_induced_polarization.survey.Survey(source_list, survey_geometry='surface', **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. 
 
- source_list
 - Attributes - Period - 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 - survey_typehas been removed.- Universal unique identifier - Unique time channels for all survey receivers. - Number of associated data for each source - Methods - Get slices to index a flat array for all source-receiver pairs. - get_slice(source, receiver)- Get slice to index a flat array for a given source-receiver pair. - get_source_indices(sources)
