Skip to content

abigailStev/sunpy

 
 

Repository files navigation

Downloads Latest Version [Build Status] (http://travis-ci.org/sunpy/sunpy)[![Build status](https://ci.appveyor.com/api/projects/status/xow461iejsjvp9vl?svg=true)](https://ci.appveyor.com/project/sunpy/sunpy)[![Coverage Status](https://coveralls.io/repos/sunpy/sunpy/badge.png?branch=master)](https://coveralls.io/r/sunpy/sunpy?branch=master) Code Health

SunPy is an open-source Python library for solar physics data analysis.

Installation

To begin, install the following requirements:

Next, use git to grab the latest version of SunPy:

git clone https://github.com/sunpy/sunpy.git
cd sunpy
python setup.py install

Done!

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

Usage

Here is a quick example of plotting an AIA image:

>>> import sunpy.map
>>> import sunpy.data.sample
>>> import matplotlib.cm as cm
>>> aia = sunpy.map.Map(sunpy.data.sample.AIA_171_IMAGE)
>>> aia.peek(cmap=cm.hot)

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 IRC chat room named #sunpy on irc.freenode.net 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 a list of some known outstanding items.

About

SunPy - Python for solar physics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 94.3%
  • C 5.3%
  • Other 0.4%