STFINV library: seek source wavelet correction filter

◆ printusage()

void printusage ( char *  id)

Print detailed description for engine "id" to stdout.

Parameters
idcharacter string selecting a specific engine

Definition at line 182 of file stfinv.cc.

References stfinv::usage().

183 {
184  std::string selectid(id);
185  stfinv::usage(selectid);
186 } // void printhelp(age(char* id)
void usage(const std::string &id, std::ostream &os)
Definition: stfinvany.cc:197
Here is the call graph for this function: