STFINV library: seek source wavelet correction filter

◆ convolvedsynthetic()

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

return synthetic data convolved with stf at receiver i

Definition at line 319 of file stfinvbase.cc.

References stfinv::STFBaseEngine::checkreceiverindex(), and stfinv::STFBaseEngine::Mtriples.

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

320  {
321  this->checkreceiverindex(i);
322  return(Mtriples[i].convolvedsynthetics);
323  }
stfinv::Tvectoroftriples Mtriples
Waveform triples.
Definition: stfinvbase.h:330
void checkreceiverindex(const unsigned int &i) const
check for vaid receiver index
Definition: stfinvbase.cc:343
Here is the call graph for this function:
Here is the caller graph for this function: