sunkit-image#

A toolbox of useful image processing routines applicable to solar physics data.

API Reference

Installation#

For detailed installation instructions, see the installation guide in the sunpy docs. This takes you through the options for getting a virtual environment and installing sunpy. You will need to replace “sunpy” with “sunkit-image”.

Getting Help#

Stop by our chat room #sunpy:matrix.org if you have any questions.

Contributing#

Help is always welcome so let us know what you like to work on, or check out the issues page for the list of known outstanding items. If you would like to get involved, please read our contributing guide, this talks about sunpy but the same is for sunkit-image.

If you want help develop sunkit-image you will need to install it from GitHub. The best way to do this is to create a new python virtual environment. Once you have that virtual environment, you will want to fork the repo and then run:

$ git clone https://github.com/<your_username>/sunkit-image.git
$ cd sunkit-image
$ pip install -e ".[dev]"