Example Gallery¶
This gallery contains examples of how to use SunPy. Most of these examples require the SunPy sample data, which you can download by running:
>>> import sunpy.data.sample
Once downloaded the data will be stored in your user directory and you will not need to download it again.
Acquiring Data¶
This section contains any examples which showcase how sunpy can be used to download solar data located on remote servers.
Map¶
This section contains any examples which showcase how sunpy’s
Map
can be used with solar data.
Combining, Co-aligning, and Reprojecting Images¶
These examples show how to combine, align and reproject sunpy maps.
Time Series¶
This section contains any examples which showcase how sunpy’s TimeSeries
can be used on any supported timeseries data.
Coordinates, times, and units¶
This section contains any examples which showcasse how sunpy handles coordinate information, times, and scientific units.
Plotting¶
This section contains any examples which showcase how sunpy’s visualization tools can be used on supported data types.
Differential Rotation of the Sun¶
This section showcases how to use RotatedSunFrame
to account for differential rotation (i.e., the latitude-dependent rotation rate of the Sun) in the coordinates framework.
Saving and Loading Data¶
This section contains any examples which showcase how you can use sunpy to save and load data.
Computer Vision Techniques¶
This section contains any examples which showcase how sunpy can be used with computer vision techniques to analyze solar data.
Developer tools¶
This section has examples of sunpy API that might be useful if you are developing another package.