Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
▼Nstfinv | Root namespace of library |
CException | Base class for exceptions |
CSTFBaseEngine | Abstract base class for engines to derive source correction filter |
CSTFEngine | Class to access any engine in the library |
CSTFEngineFDLeastSquares | Fourier domain least squares engine |
CSTFEngineFiniteCausal | Engine to find a finite, causal source time-history in time domain |
CSTFEngineFixedWavelet | Engine to provide a fixed wavelet |
CSTFEngineIdentity | Engine to apply a scalar factor |
CSTFEngineNormalize | Normalization engine |
CSTFFourierDomainEngine | Base class for all engines which operate in the Fourier domain |
CWaveform | A class to store a single waveform. This will be used to pass the source correction filter |
CWaveformPair | A class to store the time series for a pair of time series |
CWaveformTriple | A class to store the time series for a waveform triple |
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 | |