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

◆ absdelrt()

int datrw::su::SUheader::absdelrt ( ) const

absolute (always positive) delay value

Definition at line 238 of file suheader.cc.

References datrw::su::TraceHeaderStruct::delrt, and Mheader.

Referenced by delay().

239  {
240  return(Mheader.delrt>=0 ? Mheader.delrt : -Mheader.delrt);
241  } // int SUheader::absdelrt() const
short delrt
Delay recording time (see details).
TraceHeaderStruct Mheader
the actual data fields are provided for public access
Definition: suheader.h:239
Here is the caller graph for this function: