Solar Orbiter Python examples

This website contains a set of examples showing common data analysis procedures for the Solar Orbiter mission, using Python.

Running the examples

All the examples are self contained python scripts. The complete list of packages needed to run all of the examples is:

aiapy==0.6.3
astropy==5.0
heliopy[data,spice]==0.15.4
matplotlib==3.5.0
plasmapy==0.7.0
reproject==0.8
sunpy==3.1.2
sunpy-soar==1.1

Note that the version numbers listed are the specific package versions used to generate the output for this website. It is likely that examples will run with other package versions too.