STFINV library: seek source wavelet correction filter

◆ usage()

void stfinv::usage ( const std::string &  id,
std::ostream &  os = std::cout 
)

print print detailed description for selected engine

Just delegates to STFEngine::usage()

Definition at line 197 of file stfinvany.cc.

References stfinv::STFEngine::usage().

Referenced by main(), and printusage().

198  {
199  STFEngine::usage(id, os);
200  } // void usage(const std::string& id, std::ostream& os)
void usage(const std::string &id, std::ostream &os)
Definition: stfinvany.cc:197
Here is the call graph for this function:
Here is the caller graph for this function: