STFINV library: seek source wavelet correction filter
stfinvfixedstf.cc
Go to the documentation of this file.
1 
35 #define STFINV_STFINVFIXEDSTF_CC_VERSION \
36  "STFINV_STFINVFIXEDSTF_CC V1.0"
37 
38 #include <stfinv/stfinvfixedstf.h>
39 
40 namespace stfinv {
41 
42  const char* const STFEngineFixedWavelet::ID="fix";
43 
44  const char* const STFEngineFixedWavelet::description
45  ="use fixed wavelet as read from file";
46 
47  /*----------------------------------------------------------------------*/
48 
50  {
51  STFINV_abort("STFEngineFixedWavelet::run not yet implemented");
52  } // void STFEngineFixedWavelet::exec()
53 
54  /*----------------------------------------------------------------------*/
55 
56  void STFEngineFixedWavelet::help(std::ostream& os) const
57  {
59  } // void STFEngineFixedWavelet::help(std::ostream& os) const
60 
61  /*----------------------------------------------------------------------*/
62 
63  void STFEngineFixedWavelet::classhelp(std::ostream& os)
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)
71 
72  /*----------------------------------------------------------------------*/
73 
74  const char* STFEngineFixedWavelet::name() const
75  {
76  return("STFEngineFixedWavelet");
77  } // const char const* STFEngineFixedWavelet::name() const
78 
79 } // namespace stfinv
80 
81 /* ----- END OF stfinvfixedstf.cc ----- */
virtual void help(std::ostream &os=std::cout) const
print online help
static void classhelp(std::ostream &os=std::cout)
print online help
always return a fixed stf as read from file (prototypes)
Root namespace of library.
Definition: doxygen.txt:43
static const char *const ID
ID used to select thsi engine.
static const char *const description
short description of this engine
#define STFINV_abort(M)
Abort and give a message.
Definition: error.h:147
static void classhelp(std::ostream &os=std::cout)
print online help
virtual void exec()
Start engine.
virtual const char * name() const
return name of engine