DATRW++ library: seismic data I/O with multiple formats

◆ dt()

double datrw::mseed::MiniSEEDRecord::dt ( ) const

return sampling interval

Definition at line 119 of file mseedread_mseedrecord_other.cc.

References recordheader(), and datrw::mseed::samplinginterval().

120  {
121  return(samplinginterval(this->recordheader().srate,
122  this->recordheader().srmult));
123  } // double MiniSEEDRecord::dt() const
const SEED::FixedDataRecordHeader & recordheader() const
returns Fixed Data Record Header
Definition: mseedread.h:177
double samplinginterval(const short int &srate, const short int &srmult)
calculate sampling interval from srate and smult
Definition: mseedread.cc:180
Here is the call graph for this function: