parse_observing_summary_dbase_file¶
-
sunpy.instr.rhessi.
parse_observing_summary_dbase_file
(filename)[source] [edit on github]¶ Parse the RHESSI observing summary database file. This file lists the name of observing summary files for specific time ranges along with other info
- Parameters
filename (
str
) – The filename of the obssumm dbase file.- Returns
out (
dict
) – Return adict
containing the parsed data in the dbase file.
Examples
>>> import sunpy.instr.rhessi as rhessi >>> rhessi.parse_observing_summary_dbase_file(fname)
References
Note
This API is currently limited to providing data from whole days only.