UNIVERS
15.3
UNIVERS base processing software API
|
Public Member Functions | |
CorrWaveDetector (size_t sb_size, size_t sb_step, size_t start_smpl, size_t end_smpl) | |
const WaveField & | getWavefield () const |
void | setWavefield (const WaveField &wf) |
Public Member Functions inherited from AbstractWaveDetector | |
bool | operator() (Trace &tr) const |
Protected Member Functions | |
virtual bool | calc (Trace &tr) const |
bool | getCorrVal (size_t start_smpl, size_t length, int win_number, float &corr_val) const |
Protected Attributes | |
size_t | m_sb_size |
size_t | m_sb_step |
size_t | m_start_smpl |
size_t | m_end_smpl |
const WaveField * | m_wf |