Nabil Freij
Nabil Freij
In that case, we should expand the tracing example to: "I think we should just use the coord tracing stuff we have in sunpy to show how once you have...
The SunPy core module has features and code that does not belong there. For example code from [here.](https://github.com/sunpy/sunpy/tree/master/sunpy/image) The question is, what should be moved and what should the scope...
### Describe the bug `test_multiscale_gaussian` is failing sometimes on the CI. I have been unable to replicate any of the fails locally using tox, changing Python version etc. I have...
Currently ASDA has no gallery example. Below is a heavy WIP one that needs many additions and explanations (answers to which I don't have). This requires reading up on the...
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)). -...
The idea comes from [this paper.](https://www.aanda.org/articles/aa/pdf/2006/38/aa4852-06.pdf) Base: - [ ] Replicating the training dataset. (Add noise manually to a set of images) - [ ] Working and well implemented algorithm....
### Provide a general description of the issue or problem. We recently closed some bugs with the spice reader in sunraster. https://github.com/sunpy/sunraster/issues/196 and https://github.com/sunpy/sunraster/issues/202 Issue is, we don't have any...
### Provide a general description of the issue or problem. TIme to move to pyproject and ruff for everything.
Made StrEnum to avoid the `.value` call This is a breaking change and will not be backported.
Currently the examples written in the ``examples/`` folder could do with major copy editing. Ideally we would want more introduction text to explain what is going in, probably remove some...