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

◆ help() [1/2]

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

Definition at line 154 of file isustream.cc.

References DATRW_SU_CC_VERSION, datrw::su::SUheader::help(), and datrw::su::subformat::key::strict.

Referenced by datrw::online_help().

155  {
156  os <<
157  std::endl <<
158  "SeismicUn*x reading functions" << std::endl <<
159  "-----------------------------" << std::endl <<
160  DATRW_SU_CC_VERSION << std::endl <<
161  std::endl <<
162  "This module provides reading of SeismicUn*x binary data files."
163  << std::endl;
164  os << std::endl;
166  os << std::endl;
167  os <<
168  "Valid format modifiers are:\n";
169  formatmodifiers::ModifierHelp mh(os, 14);
171  "Abort if scalco violates the definition of SeismicUn*x.\n";
172  mh() << "The default is to tolerate spatial sampling\n";
173  mh() << "scaling factors being zero or being small\n";
174  mh() << "powers of ten.\n";
175  } // void isustream::help(std::ostream& os)
const char *const strict
strictly interpret header as defined in SeismicUnix source
Definition: suformat.cc:65
#define DATRW_SU_CC_VERSION
Definition: isustream.cc:42
static void help(std::ostream &os)
print online help regarding header fields and TOAST data
Definition: suheader.cc:548
Here is the call graph for this function:
Here is the caller graph for this function: