TSIO++ Time series input/output

◆ readDSFF() [6/8]

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

read complete SFF file with trace selection

read complete SFF file with trace selection.

Read a complete data file with all headers and samples but only for the selected traces.

Returns
structure that contains file data together with command line arguments (here: only file name)
Parameters
filenameinput file name of file to be read
selectionnumerical list of selected traces
verboseselect verbosity
formatdata format to be read

Definition at line 204 of file cmdlinefiles.cc.

References readDSFF().

208  {
209  return (readDSFF(filename, selection, verbose, datrw::anyID(format)));
210  }
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 call graph for this function: