STFINV library: seek source wavelet correction filter

◆ recording()

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

return recorded data at receiver i

Definition at line 303 of file stfinvbase.cc.

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

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

304  {
305  this->checkreceiverindex(i);
306  return(Mtriples[i].data);
307  }
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: