TS++ library: time series library

◆ time()

double ts::tapers::ovtaper::Picks::time ( const double &  offset) const

return time for interpolated pick at given offset

Definition at line 123 of file ovtaper.cc.

References pick(), and ts::tapers::ovtaper::Pick::t.

Referenced by main(), and ts::tapers::OffsetVariableTaper::taper().

124  {
125  Pick p=this->pick(offset);
126  return(p.t);
127  } // double Picks::time(const double& offset) const
Pick pick(const double &offset) const
return interpolated pick for given offset
Definition: ovtaper.cc:90
Here is the call graph for this function:
Here is the caller graph for this function: