Hello, I want to contribute a pure stand-alone python implementation of the (amazing) superlet transform. In a basic scientific python environment you can run the script with
python superlet.py
or import as a module with
from superlet import superlet
Alternatively you can build a dedicated environment with conda:
conda env create -f environment.yml
and then activate with
conda activate superlet
The synthetic_example.png tries to re-create the figure 3d of the Moca et al. 2021 Nature Communications paper.
Hello, I want to contribute a pure stand-alone python implementation of the (amazing) superlet transform. In a basic scientific python environment you can run the script with
python superlet.py
or import as a module withfrom superlet import superlet
Alternatively you can build a dedicated environment with conda:conda env create -f environment.yml
and then activate withconda activate superlet
The
synthetic_example.png
tries to re-create the figure 3d of the Moca et al. 2021 Nature Communications paper.