Cbhed | |
CCPairs | Array of waveform pairs.This is used to pass data for a set of synthetic time series, which should be convolved with the new source correction filter on the fly. A collection of time series consists of CPairs::n waveform pairs. For each waveform pair this struct holds a reference to a struct CWaveformPair which itself provides a reference to the users workspace for time series |
CCTripleHeader | Structure to hold header information for a triple of waveforms.Each triple of waveforms reference by e.g. struct CWaveformTriple are associated to a receiver. The coordinates of the receiver as well as of the associated shot location are stored here. Further temporal sampling is defined by this->sampling |
CCTriples | Array of waveform triples.This is used to pass data for a complete profile. A profile consists of CTriples::n receivers. For each receiver this struct holds a reference to a struct CWaveformTriple which itself provides a reference to the users workspace for time series |
CCWaveform | A struct to store a single waveform |
CCWaveformHeader | Temporal sampling for time series data |
CCWaveformPair | A struct to store the time series for a pair of waveforms.This struct provides references to the users workspace, where the time series for on receiver are stored |
CCWaveformTriple | A struct to store the time series for a waveform triple.This struct provides references to the users workspace, where the time series for on receiver are stored |
COptions | |
Csegy | |
Cstfinv::Exception | Base class for exceptions |
▼Cstfinv::STFBaseEngine | Abstract base class for engines to derive source correction filter |
Cstfinv::STFEngineFiniteCausal | Engine to find a finite, causal source time-history in time domain |
Cstfinv::STFEngineIdentity | Engine to apply a scalar factor |
▼Cstfinv::STFFourierDomainEngine | Base class for all engines which operate in the Fourier domain |
Cstfinv::STFEngineFDLeastSquares | Fourier domain least squares engine |
Cstfinv::STFEngineFixedWavelet | Engine to provide a fixed wavelet |
Cstfinv::STFEngineNormalize | Normalization engine |
Cstfinv::STFEngine | Class to access any engine in the library |
Cstfinv::Waveform | A class to store a single waveform. This will be used to pass the source correction filter |
Cstfinv::WaveformPair | A class to store the time series for a pair of time series |
Cstfinv::WaveformTriple | A class to store the time series for a waveform triple |