STFINV library: seek source wavelet correction filter

◆ classhelp()

void stfinv::STFEngineFixedWavelet::classhelp ( std::ostream &  os = std::cout)
static

print online help

Definition at line 63 of file stfinvfixedstf.cc.

References stfinv::STFFourierDomainEngine::classhelp(), description, and ID.

Referenced by help().

64  {
65  os << "class STFEngineFixedWavelet (" << STFEngineFixedWavelet::ID << ")\n";
66  os << STFEngineFixedWavelet::description << "\n" << std::endl;
67  os << "This class is not yet implemented." << std::endl;
68  os << "Online help is not yet provided." << std::endl;
69  Tbase::classhelp(os);
70  } // void STFEngineFixedWavelet::classhelp(std::ostream& os)
static void classhelp(std::ostream &os=std::cout)
print online help
static const char *const ID
ID used to select thsi engine.
static const char *const description
short description of this engine
Here is the call graph for this function:
Here is the caller graph for this function: