STFINV library: seek source wavelet correction filter

◆ weight()

double stfinv::STFBaseEngine::weight ( const unsigned int &  i) const
inlineprotectedinherited

return weight for signal at receiver i

Definition at line 303 of file stfinvbase.h.

References stfinv::STFBaseEngine::Mweights.

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

304  { return(Mweights(i)); }
aff::Series< double > Mweights
Weights.
Definition: stfinvbase.h:346
Here is the caller graph for this function: