User’s Guide¶
Welcome to the user guide for SunPy. SunPy is a community-developed, free and open-source solar data analysis environment. It is meant to provide the core functionality and tools to analyze solar data with Python. This guide provides a walkthrough of the major features in SunPy. For more details checkout the Code Reference.
- Installation
- Brief Tour
- Data Acquisition
- Data Types
- Maps
- TimeSeries
- 1. Creating a TimeSeries from an observational data source
- 1.1 Creating a Single TimeSeries from Multiple Files
- 2. Creating Custom TimeSeries
- 2.1 Creating a TimeSeries from a Pandas DataFrame
- 2.2 Creating Custom TimeSeries from an Astropy Table
- 3. Inspecting TimeSeries & Getting at the Data
- 4. Plotting
- 5 Manipulating TimeSeries
- 5.1 Modifying the Data
- 5.2 Truncating a TimeSeries
- 5.3 Down and Up Sampling a TimeSeries Using Pandas
- 5.4 Concatenating TimeSeries
- 5.5 Creating an Astropy Table from a TimeSeries
- 6. A Detailed Look at the Metadata
- Plotting
- Units and Coordinates
- Time
- Regions of Interest
- Customizing SunPy
- Logging system
- SSWIDL/SunPy Cheat Sheet
- Troubleshooting and Bugs