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

◆ help()

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

function to print online help

function to print online help

Definition at line 287 of file readtfascii.cc.

References DATRW_GSEREAD_CC_VERSION.

Referenced by datrw::itfasciistream::help().

288  {
289  using std::endl;
290  os << endl;
291  os << "TFASCII data reading functions" << endl;
292  os << "------------------------------" << endl;
293  os << endl;
294  os << "This data reading module implements reading functions" << endl
295  << "for the output data of Thomas Forbriger's any2ascii.cc" << endl
296  << "program. As the name of this program already says its" << endl
297  << "output data are human readable ASCII files."<< endl
298  << "If you wish to read an output file of any2ascii.cc just" << endl
299  << "remember that files can be read that were generated " << endl
300  << "without the [-tcol] option, because the reading module can" << endl
301  << "not handle with an additional time column in the input" << endl
302  << "data." << endl
303  << endl
304  << "IMPORTANT NOTE: The tfascii reading module just relies as" << endl
305  << "in many cases on the input following the tfascii" << endl
306  << "format. The code does not contain any plausibility" << endl
307  << "checks." << endl;
308  os << endl;
309  } // function help
Here is the caller graph for this function: