Skip to content

A image processing toolbox for Solar Physics

Notifications You must be signed in to change notification settings

wafels/sunkit-image

 
 

Repository files navigation

sunkit-image

Latest Version codecov Powered by NumFOCUS Powered by Sunpy

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.

Installation

If you want help develop sunkit-image you will need to install it from GitHub. You will also need the master version of SunPy (until 1.0 is launched). 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
$ conda remove --force sunpy
$ git clone https://github.com/sunpy/sunpy.git sunpy
$ cd sunpy
$ pip install -e .[all,dev]
$ cd ..
$ git clone https://github.com/sunpy/sunkit-image.git sunkit-image
$ cd sunkit-image
$ pip install -e .[all,dev]

For detailed (general) installation instructions, see the installation guide in the SunPy docs.

Getting Help

For more information or to ask questions about SunPy, check out:

Contributing

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.

Code of Conduct

When you are interacting with the SunPy community you are asked to follow our Code of Conduct.

License

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.

About

A image processing toolbox for Solar Physics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.8%
  • Shell 0.2%