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_listlist of SimPEG.electromagnetic.time_domain.sources.BaseTDEMSrc

List of SimPEG TDEM sources

Attributes

counter

A SimPEG counter object for counting iterations and operations

nD

Total number of data for the survey

nSrc

Number of Sources

source_list

List of TDEM sources associated with the survey

uid

Universal unique identifier

vnD

Number of associated data for each source

Methods

get_source_indices(sources)