Skip to content

dstansby/sunpy

This branch is 1487 commits behind sunpy/sunpy:main.

Folders and files

NameName
Last commit message
Last commit date
Mar 15, 2023
Jul 13, 2023
Jul 1, 2019
Apr 25, 2023
Jan 16, 2020
Aug 19, 2023
Jun 8, 2023
Aug 17, 2023
May 6, 2020
Aug 19, 2023
Aug 9, 2023
Jan 25, 2022
Apr 14, 2019
Jun 7, 2019
Mar 28, 2023
May 11, 2023
Aug 22, 2023
Aug 8, 2023
Apr 16, 2023
Nov 23, 2022
Jul 28, 2023
Jun 14, 2023
Jul 12, 2022
Nov 16, 2019
May 15, 2023
Nov 11, 2022
Jun 12, 2023
Apr 25, 2023
Apr 26, 2023
Aug 17, 2023
Apr 25, 2023
Jul 26, 2023
Aug 14, 2023

Repository files navigation

sunpy

Latest Version DOI Project Status: Active – The project has reached a stable, usable state and is being actively developed. PyPI - Python Version CI codecov Documentation Status matrix Binder Powered by NumFOCUS

sunpy is a Python software package that provides fundamental tools for accessing, loading and interacting with solar physics data in Python. It is the core library of the SunPy Project.

For some examples of using sunpy see our gallery. To see the latest changes in sunpy see our changelog.

Installation

The recommended way to install sunpy is with miniforge. To install sunpy once miniforge is installed run the following command:

$ conda install sunpy

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
>>> from sunpy.data.sample import AIA_171_IMAGE
>>>
>>> import matplotlib.pyplot as plt
>>>
>>> aia = sunpy.map.Map(AIA_171_IMAGE)
>>>
>>> aia.plot()
>>>
>>> plt.show()

Getting Help

For more information or to ask questions about sunpy or any other SunPy library, check out:

Acknowledging or Citing sunpy

If you use sunpy in your scientific work, we would appreciate your citing it in your publications. The continued growth and development of sunpy is dependent on the community being aware of sunpy.

Contributing

If you would like to get involved, start by joining the SunPy Chat and check out our Newcomers' guide. This will walk you through getting set up for contributing.

Code of Conduct

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

About

SunPy - Python for Solar Physics

Resources

License

Citation

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 96.3%
  • C 3.2%
  • Other 0.5%