UNIVERS
15.3
UNIVERS base processing software API
|
#include <psc_correlator.hpp>
Public Member Functions | |
Params () | |
Public Attributes | |
Trace::TimeT | t0 |
Trace::TimeT | tSize |
Trace::TimeT | ccfSize |
unsigned int | maxStride |
int | corrDirMask |
float | maxZerosPart |
Trace::OffsetT | offsetsRange [2] |
Parameters for calculations.
|
inline |
Default constructor with parameters provided.
Trace::TimeT psc::Correlator::Params::ccfSize |
Size of CCF, ms.
int psc::Correlator::Params::corrDirMask |
Mask of correlation directions.
unsigned int psc::Correlator::Params::maxStride |
Maximal stride of neighbouring traces correlation.
float psc::Correlator::Params::maxZerosPart |
Maximal available part of zeros in surce trace for CCF calculation.
Trace::OffsetT psc::Correlator::Params::offsetsRange[2] |
Range of offsets used in computation.
Trace::TimeT psc::Correlator::Params::t0 |
Start time of correlation window, ms.
Trace::TimeT psc::Correlator::Params::tSize |
Size of correlation window, ms.