STFINV library: seek source wavelet correction filter

◆ STFINV_debug

#define STFINV_debug (   C,
  N,
 
)
Value:
if (C) { \
std::cerr << "DEBUG (" << N << ", " \
<< __FILE__ << " line #" << __LINE__ << "):" << std::endl \
<< " " << M << std::endl; \
std::cerr.flush(); \
}

produce debug output

Parameters
Coutput will be generated if C == true
Nname of function
Mmessage to print

Definition at line 49 of file debug.h.

Referenced by stfinv::STFEngineFDLeastSquares::exec(), stfinv::STFEngineNormalize::initialize(), stfinv::STFFourierDomainEngine::initialize(), stfinv::STFEngineFDLeastSquares::initialize(), stfinv::STFBaseEngine::initialize(), stfinv::STFFourierDomainEngine::stfshift(), stfinv::STFFourierDomainEngine::syntheticcoeff(), and stfinv::STFFourierDomainEngine::taperstf().