XRSTimeSeries¶
- class sunpy.timeseries.sources.XRSTimeSeries(data, meta=None, units=None, **kwargs)[source]¶
Bases:
sunpy.timeseries.timeseriesbase.GenericTimeSeries
GOES XRS Time Series.
Each GOES satellite there are two X-ray Sensors (XRS) which provide solar X ray fluxes for the wavelength bands of 0.5 to 4 Å (short channel) sand 1 to 8 Å (long channel). Most recent data is usually available one or two days late.
Data is available starting on 1981/01/01.
Examples
>>> import sunpy.timeseries >>> import sunpy.data.sample >>> goes = sunpy.timeseries.TimeSeries(sunpy.data.sample.GOES_XRS_TIMESERIES) >>> goes.peek()
References
Notes
Methods Summary
is_datasource_for
(**kwargs)Determines if header corresponds to a GOES lightcurve
TimeSeries
.peek
([title])Plots GOES XRS light curve is the usual manner.
Methods Documentation
- classmethod is_datasource_for(**kwargs)[source]¶
Determines if header corresponds to a GOES lightcurve
TimeSeries
.