TS++ library: time series library

◆ operator()() [3/3]

ts::filter::Ttimeseries ts::seife::TID::operator() ( const Ttimeseries s,
const bool &  debug = false 
) const
virtual

detide with synthetic tides interpolated over ni samples

Implements ts::filter::BasicFilter.

Definition at line 125 of file seifeclass.cc.

References ts::TimeSeries< S, H >::header, Mni, and ts::seife::tid().

127  { tid(s, s.header.dt, Mni); return s; }
void tid(const Tseries &s, double dt, int ni)
Definition: seifexx.cc:109
Here is the call graph for this function: