sunkit-image icon indicating copy to clipboard operation
sunkit-image copied to clipboard

A image processing toolbox for Solar Physics

Results 39 sunkit-image issues
Sort by recently updated
recently updated
newest added

# Proposed solution to issue [187](https://github.com/sunpy/sunkit-image/issues/187) Addition of a hook to the `wow` function of the pip-installable [watroo ](https://github.com/frederic-auchere/wavelets) package. As I did not want to force `watroo` to be...

### **Proposed a solution for the second Part of the issue #186** As proposed in the comments, i have used `m.center.T..` to avoid the possible issues given by the difference...

## PR Description This PR Implements the STARA algorithm (#37) based upon @Cadair's implementation. Example way of using stara [Old]: ``` python import astropy.units as u import sunpy.map from sunkit_image.stara...

Fixes https://github.com/sunpy/sunkit-image/issues/190

No Changelog Entry Needed

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...

Documentation
Effort Low
Package Novice
Priority Low
Examples
Good First Issue

We have quite a few examples in the gallery for doing coalignment between two images using `reproject`. However, there is a fair bit of code in `sunpy.image.coalignment` for doing image...

Examples
Discussion

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...

Effort High
Package Expert
Priority High

### 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...

### Provide a general description of the issue or problem. By default, we set `clip=True` in `apply_shift()`. However, in lines 357-363 of `coalignment.py,` it shifts the reference pixel using the...

Bug(?)
coalignment

In the past, we've accepted more or less any algorithm into `sunkit-image`. This has worked fine as we've not had an abundance of potential contributors and thus haven't had to...

Documentation
Feature Request