STFINV library: seek source wavelet correction filter

◆ synthetic()

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

return synthetic data at receiver i

Definition at line 311 of file stfinvbase.cc.

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

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

312  {
313  this->checkreceiverindex(i);
314  return(Mtriples[i].synthetics);
315  }
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: