|
TSIO++ Time series input/output
|
| DFile ts::sff::readDSFF | ( | const std::string & | filename, |
| const Ttracelist & | selection, | ||
| const bool & | verbose = false, |
||
| const std::string & | format = datrw::anyID(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.
| filename | input file name of file to be read |
| selection | numerical list of selected traces |
| verbose | select verbosity |
| format | data format to be read |
Definition at line 92 of file cmdlinefiles.cc.
References ts::sff::DFile::arguments, ts::sff::DFile::data, and ts::sff::File< C >::read().
