STFINV library: seek source wavelet correction filter

◆ series()

Tseries::Tcoc stfinv::STFBaseEngine::series ( const unsigned int &  i) const
inherited

return synthetic data of pair i

Definition at line 327 of file stfinvbase.cc.

References stfinv::STFBaseEngine::checkseriesindex(), and stfinv::STFBaseEngine::Mpairs.

Referenced by stfinv::STFEngineIdentity::exec(), and getinput().

328  {
329  this->checkseriesindex(i);
330  return(Mpairs[i].synthetics);
331  }
void checkseriesindex(const unsigned int &i) const
check for vaid index off additional time series pair
Definition: stfinvbase.cc:351
stfinv::Tvectorofpairs Mpairs
Waveform pairs.
Definition: stfinvbase.h:334
Here is the call graph for this function:
Here is the caller graph for this function: