STFINV library: seek source wavelet correction filter

◆ classhelp()

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

print online help

Definition at line 136 of file stfinvnormalize.cc.

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

Referenced by help().

137  {
138  os << "class STFEngineNormalize ("
139  << STFEngineNormalize::ID << ")\n";
140  os << STFEngineNormalize::description << "\n" << std::endl;
142  os << "DESCRIBE HERE\n"
143  << "A waterlevel as a fraction of the signal energy of the\n"
144  << "input synthetics is applied. If per receiver scaling is\n"
145  << "selected, the receivers will be weighted in the deconvolution.\n";
146  os << "Options and parameters:\n"
147  << "waterlevel=l waterlevel to be applied for regularization."
148  << std::endl;
149  Tbase::classhelp(os);
150  } // void STFEngineNormalize::classhelp(std::ostream& os)
static void classhelp(std::ostream &os=std::cout)
print online help
#define STFINV_illegal
Abort if function is called illegally.
Definition: error.h:154
static const char *const description
short description of this engine
static const char *const ID
ID used to select thsi engine.
Here is the call graph for this function:
Here is the caller graph for this function: