h2020charisma / ramanchada2

A library for Raman spectroscopy harmonization
https://h2020charisma.github.io/ramanchada2/
MIT License
4 stars 3 forks source link

Replace `pyhht` with `emd` #105

Closed kerberizer closed 5 months ago

kerberizer commented 6 months ago

We currently depend on https://github.com/jaidevd/pyhht, but it isn't actively maintained and there hasn't been a new PyPI release since 2017. As suggested by @georgievgeorgi, we could replace it with https://gitlab.com/emd-dev/emd

For further reference:

https://emd.readthedocs.io/en/stable/emd_tutorials/01_sifting/index.html

imf = emd.sift.sift(xy, max_imfs=3)
vedina commented 6 months ago

@evg-mar please create a test for HHT, then we'll merge pull request