aaren / wavelets

Python implementation of the wavelet analysis found in Torrence and Compo (1998)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow selection of scales for reconstruction

aaren opened this issue · 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.