File: io.rst

package info (click to toggle)
sunpy 7.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,592 kB
  • sloc: python: 41,765; ansic: 1,710; makefile: 39
file content (26 lines) | stat: -rw-r--r-- 645 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Input/output (``sunpy.io``)
***************************

The primary focus of ``sunpy.io`` is to provide a common interface for reading and writing.
``sunpy.io`` contains readers for files that are commonly used in solar physics.

These include:

- Public API
  - GENX
  - ANA
  - NOAA SWPC Solar Region Summary (SRS)
  - ASDF

The other readers are intended for use by `sunpy.map` and `sunpy.timeseries` and are not intended to be used directly by users.

Special File Readers
====================

.. automodapi:: sunpy.io.special.genx

.. automodapi:: sunpy.io.ana

.. automodapi:: sunpy.io.special.srs

.. automodapi:: sunpy.io.special.asdf