STFINV library: seek source wavelet correction filter

◆ engines()

void stfinv::STFEngine::engines ( std::ostream &  os = std::cout)
static

List procedures (engines) currently recognized.

Definition at line 134 of file stfinvany.cc.

Referenced by stfinv::engines(), and help().

135  {
136  os << "Available procedures:" << std::endl;
137  os << "---------------------" << std::endl;
138  tools::report_engine<STFEngineIdentity>(os);
139  // tools::report_engine<STFEngineFixedWavelet>(os);
140  tools::report_engine<STFEngineFDLeastSquares>(os);
141  } // void STFEngine::help(std::ostream& os=std::cout)
Here is the caller graph for this function: