SFF++ library: reading and writing SFF from C++
|
|
static |
the absolute maximum amplitude (one-sided) to which the time series will be normalized.
GSE limits second differences to be smaller than 0x08000000 which is 134217728 which is 2**27. Consequently the largest amplitude of data values prior to calculating second differences must not be larger than 2**25-1 which is 0x1FFFFFF.
Definition at line 270 of file sffxx.h.
Referenced by sff::TraceHeader::scanseries(), test_waveform_normalizer(), and WaveformNormalizer().