The idea is from this [paper.](http://iopscience.iop.org/article/10.1088/0067-0049/207/2/25) Base: - [ ] Working and well implemented algorithm. One attempt is here https://github.com/sunpy/sunkit-image/pull/24 - [ ] Compared to known output ([original version](http://www.zam.fme.vutbr.cz/~druck/Nafe/Index.htm)). - [ ] Compared to another version in [Python.](https://git.ias.u-psud.fr/ebuchlin/aia-movie/blob/master/medocimage/nafe.py) With both maybe within this package. Extra: - [ ] Optimized as much as possible for memory and CPU time. - [ ] 100% test coverage - [ ] Documentation and a worked example. Attempts: - https://github.com/sunpy/sunkit-image/pull/24
The idea is from this paper.
Base:
Extra:
Attempts: