TSIO++ Time series input/output

◆ readDSFF() [1/8]

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

read complete SFF file

read complete SFF file.

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 60 of file cmdlinefiles.cc.

Referenced by readDSFF().

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