simpeg.electromagnetics.time_domain.survey.Survey#
- class simpeg.electromagnetics.time_domain.survey.Survey(source_list, **kwargs)[source]#
- Bases: - BaseSurvey- Time domain electromagnetic survey - Parameters:
- source_listlistofsimpeg.electromagnetic.time_domain.sources.BaseTDEMSrc
- List of SimPEG TDEM sources 
 
- source_list
 - Attributes - Total number of data for the survey - Number of Sources - List of TDEM sources associated with the survey - Universal unique identifier - 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)
