TransylvanianInstituteOfNeuroscience / Superlets

MIT License
81 stars 26 forks source link

Add Python version #1

Closed tensionhead closed 2 years ago

tensionhead commented 2 years ago

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.