STFINV library: seek source wavelet correction filter

◆ recordingspec()

STFFourierDomainEngine::TAspectrum stfinv::STFFourierDomainEngine::recordingspec ( ) const
protected

return reference to Fourier transform of recorded data

Definition at line 327 of file stfinvfourier.cc.

References Mfftengineinput, and stfinv::STFBaseEngine::nreceivers().

Referenced by recordingcoeff().

328  {
329  TAspectrum inspecarray=Mfftengineinput.spectrum();
330  TAspectrum subarray=aff::subarray(inspecarray)()(0,this->nreceivers()-1);
331  subarray.shape().setfirst(0,0);
332  subarray.shape().setfirst(1,0);
333  return(subarray);
334  } // STFFourierDomainEngine::TAspectrum STFFourierDomainEngine::recordingspec() const
unsigned int nreceivers() const
return number of receiver signals in use
Definition: stfinvbase.h:259
Tfftengine::TAspectrum TAspectrum
type of array for Fourier transforms
Tfftengine Mfftengineinput
combined FFT engine for recorded data and synthetics and additional time series
Here is the call graph for this function:
Here is the caller graph for this function: