read_srs#
- sunpy.io.special.srs.read_srs(filepath)[source]#
Parse a SRS table from NOAA SWPC.
- Parameters:
filepath (
str
) – The full path to a SRS table.- Returns:
table (
astropy.table.QTable
) – Table containing a stacked table from all the tables in the SRS file. The header information is stored in the.meta
attribute.