LM-SAL / aiapy

Python library for AIA data analysis
https://aiapy.readthedocs.io/en/stable/
BSD 3-Clause "New" or "Revised" License
7 stars 3 forks source link

Use Richardson-Lucy Deconvolution in scikit-image #123

Open nabobalis opened 1 year ago

nabobalis commented 1 year ago

In GitLab by @wtbarnes on Sep 2, 2023, 12:17

In scikit-image, there is an implementation of Richardson-Lucy deconvolution. Unless we have a compelling reason not to, we should make use of this implementation and remove our custom one.

https://scikit-image.org/docs/stable/api/skimage.restoration.html#skimage.restoration.richardson_lucy

nabobalis commented 1 year ago

In GitLab by @wtbarnes on Sep 5, 2023, 11:38

See also discussion on this issue on xrtpy: https://github.com/HinodeXRT/xrtpy/issues/184