This Jupyter notebook demonstrates denoising and image enhancement with the à trous wavelet transform. Prepared for the WISA 2023 conference.
You'll need three packages that are not in PyPi, so you'll have to clone them
git clone https://github.com/frederic-auchere/wavelets.git
cd wavelets
pip .
git clone https://github.com/frederic-auchere/rectify.git
cd rectify
pip install .
git clone https://github.com/frederic-auchere/wow.git
cd wow
pip install .
You'll also need sunpy
(only for the official EUI 174 color table)
pip install sunpy