STFINV library: seek source wavelet correction filter
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 NstfinvRoot namespace of library
 CExceptionBase class for exceptions
 CSTFBaseEngineAbstract base class for engines to derive source correction filter
 CSTFEngineClass to access any engine in the library
 CSTFEngineFDLeastSquaresFourier domain least squares engine
 CSTFEngineFiniteCausalEngine to find a finite, causal source time-history in time domain
 CSTFEngineFixedWaveletEngine to provide a fixed wavelet
 CSTFEngineIdentityEngine to apply a scalar factor
 CSTFEngineNormalizeNormalization engine
 CSTFFourierDomainEngineBase class for all engines which operate in the Fourier domain
 CWaveformA class to store a single waveform. This will be used to pass the source correction filter
 CWaveformPairA class to store the time series for a pair of time series
 CWaveformTripleA class to store the time series for a waveform triple
 Cbhed
 CCPairsArray 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
 CCTripleHeaderStructure 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
 CCTriplesArray 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
 CCWaveformA struct to store a single waveform
 CCWaveformHeaderTemporal sampling for time series data
 CCWaveformPairA 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
 CCWaveformTripleA 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