TSIO++ Time series input/output

◆ readSSFF() [1/8]

SFile ts::sff::readSSFF ( const std::string &  filename,
const bool &  verbose = false,
const std::string &  format = datrw::anyID(datrw::Fsff) 
)

read complete SFF file

read complete SFF file (single precision version).

Read a complete data file with headers and samples at once.

Returns
structure that contains file data together with command line arguments
Parameters
filenameinput file name of file to be read
verboseselect verbosity
formatdata format to be read

Definition at line 51 of file cmdlinefiles.cc.

Referenced by readSSFF().

54  {
55  Ttracelist rangelist;
56  return (readSSFF(filename, rangelist, verbose, format));
57  }
TSFileList readSSFF(const tfxx::cmdline::Tparsed &flist, const bool &verbose, Ttracelistkey tracekey, const datrw::Eformat &format)
read complete list of SFF files with trace selection
tfxx::RangeList< int > Ttracelist
type of trace selection list.
Definition: cmdlinefiles.h:83
Here is the caller graph for this function: