SunPy 4.0.0
sunpy.coordinates
sunpy.data
sunpy.database
sunpy.image
sunpy.io
sunpy.map
sunpy.net
sunpy.physics
sunpy.sun
sunpy.time
sunpy.timeseries
sunpy.util
sunpy.visualization
Loads an ANA file and returns the data and a header in a list of (data, header) tuples.
filename (str) – Name of file to be read.
str
debug (bool, optional) – Prints verbose debug information.
bool
out (list) – A list of (data, header) tuples
list
Examples
>>> data = sunpy.io.ana.read(filename)