SunPy 3.0.1
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)