|
STFINV library: seek source wavelet correction filter
|
C++ interface to libstfinv. More...
Classes | |
| class | stfinv::STFBaseEngine |
| Abstract base class for engines to derive source correction filter. More... | |
| class | stfinv::STFEngine |
| Class to access any engine in the library. More... | |
| struct | stfinv::Waveform |
| A class to store a single waveform. This will be used to pass the source correction filter. More... | |
| struct | stfinv::WaveformPair |
| A class to store the time series for a pair of time series. More... | |
| struct | stfinv::WaveformTriple |
| A class to store the time series for a waveform triple. More... | |
Typedefs | |
| typedef aff::Series< Tvalue > | stfinv::Tseries |
| Type of sample values. More... | |
| typedef std::vector< stfinv::WaveformPair > | stfinv::Tvectorofpairs |
| Vector of pairs. More... | |
| typedef std::vector< stfinv::WaveformTriple > | stfinv::Tvectoroftriples |
| Vector of triples. More... | |
Functions | |
| void | stfinv::engines (std::ostream &os) |
| void | stfinv::help (std::ostream &os) |
| void | stfinv::usage (const std::string &id, std::ostream &os) |
C++ interface to libstfinv.
The interface for C++ programs to libstfinv is provided by stfinv::STFEngine in stfinvany.h See also section Detailed Description for stfinv::STFBaseEngine where a description of internal workflow is given.