STFINV library: seek source wavelet correction filter

◆ runstfinvengine()

void runstfinvengine ( )

Run the engine.

Definition at line 152 of file stfinv.cc.

References stfinv::capi::Pengine, stfinv::STFEngine::run(), and STFINV_assert.

153 {
155  "runstfinvengine(): engine is not initialized!");
157 } // void runstfinvengine()
stfinv::Waveform run()
Start engine and return source correction filter.
Definition: stfinvany.h:122
stfinv::STFEngine * Pengine
Pointer to engine to work with.
Definition: stfinv.cc:63
#define STFINV_assert(C, M)
Check an assertion and report by throwing an exception.
Definition: error.h:140
Here is the call graph for this function: