STFINV library: seek source wavelet correction filter

◆ convolvedseries()

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

return synthetic data convolved with stf for pair i

Definition at line 335 of file stfinvbase.cc.

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

Referenced by convolve(), stfinv::STFEngineIdentity::exec(), and putoutput().

336  {
337  this->checkseriesindex(i);
338  return(Mpairs[i].convolvedsynthetics);
339  }
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: