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

◆ toffset()

libtime::TRelativeTime datrw::hpmo::toffset ( const int &  ichannel)

return time offset for channel ichannel (due to multiplexer)

Definition at line 90 of file readhpmo.cc.

Referenced by datrw::ihpmostream::set_next_header().

91  {
92  double delay=(ichannel-1)*0.06;
93  delay += 0.01;
94  if (ichannel==1) { delay += 0.04; }
95  else { delay += 0.41e-3; }
96  return(libtime::double2time(delay));
97  } // libtime::TRelativeTime toffset(const int& ichannel)
Here is the caller graph for this function: