Allow selection of scales for reconstruction
aaren opened this issue · 1 comments
aaren commented
We can reconstruct the input data from the wavelet transform. By reconstructing using a non complete set of scales we can effectively filter the data to look at variation at the scales of interest.
Currently we get the reconstruction from the reconstruction()
method of WaveletAnalysis
. Add an argument to the method that specifies the scales to use.