DATRW++ library: seismic data I/O with multiple formats

◆ help() [1/2]

void datrw::ithiesdl1stream::help ( std::ostream &  os = std::cout)
static

Definition at line 117 of file ithiesdl1stream.cc.

References DATRW_ITHIESDL1STREAM_CC_VERSION.

Referenced by datrw::online_help().

118  {
119  os <<
120  std::endl <<
121  "Thies DL1 reading functions" << std::endl <<
122  "---------------------------" << std::endl <<
123  DATRW_ITHIESDL1STREAM_CC_VERSION << std::endl <<
124  std::endl;
125  os <<
126  "This file format is used to store data of the Thies DL1/N pluviometer\n"
127  "at BFO. The files are produced by program DL1logger, which accomplishes\n"
128  "data acquisition by controlling the Thies DL1/N data logger and reading\n"
129  "the data from the logger.\n"
130  "See also:\n"
131  "http://www.rz.uni-karlsruhe.de/~bi77/public/paperware/linked/technotes/DL1recording.pdf\n"
132  << std::endl;
133  os <<
134  "The Thies DL1 input stream can be controlled by format modifiers:\n"
135  "tr input stream tolerates redundant samples\n"
136  "twt input stream tolerates samples not fitting in expected time window\n"
137  << std::endl;
138  } // void ithiesdl1stream::help(std::ostream& os)
#define DATRW_ITHIESDL1STREAM_CC_VERSION
Here is the caller graph for this function: