sunkit-image is a a open-source toolbox for solar physics image processing. Currently it is experimental library for various solar physics specific image processing routines.
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 conda environment:
$ conda config --append channels conda-forge $ conda create -n sunkit-dev sunpy $ source activate sunkit-dev $ git clone https://github.com/sunpy/sunkit-image.git sunkit-image $ cd sunkit-image $ pip install -e .
For detailed (general) installation instructions, see the installation guide in the SunPy docs.
For more information or to ask questions about SunPy, check out:
If you would like to get involved, start by joining the SunPy mailing list and check out the Developer’s Guide section of the SunPy docs. Stop by our chat room #sunpy:matrix.org if you have any questions. 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.
For more information on contributing, please read our contributing guide.
When you are interacting with the SunPy community you are asked to follow our Code of Conduct.
This project is Copyright (c) SunPy Developers and licensed under the terms of the BSD 3-Clause license. See the licenses folder for more information.