aaren/wavelets

Allow selection of scales for reconstruction

aaren opened this issue · 1 comments

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.

fixed in fe874bf