TSIO++ Time series input/output

◆ readSSFF() [5/8]

SFile ts::sff::readSSFF ( const std::string &  filename,
const bool &  verbose = false,
const datrw::Eformat &  format = 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 175 of file cmdlinefiles.cc.

References readSSFF().

178  {
179  return (readSSFF(filename, verbose, datrw::anyID(format)));
180  }
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
Here is the call graph for this function: