Instrument2Scaleogram
This program computes the wavelet transform of a time series up to a maxLevel. The scalogram is written to a matrix which can be plotted by using a gridded layer in PlotGraph. Individual detail levels can be written to matrix files by setting outputfileLevels. The data column to be decomposed must be set by selectDataField.
The wavelet transform is implemented as a filter bank, so care should be taken when the input contains data gaps. Low/highpass wavelet filters are applied in forward and backward direction, input is padded symmetric. See digitalFilter for details.
Name | Type | Annotation |
---|---|---|
outputfileScaleogram | filename | matrix columns: mjd, level, value |
outputfileLevels | filename | use loopLevel as variable |
inputfileInstrument | filename | |
inputfileWavelet | filename | wavelet coefficients |
selectDataField | uint | data column to transform |
maxLevel | uint | maximum level of decomposition (default: full) |