XRSClient¶
-
class
sunpy.net.dataretriever.
XRSClient
[source] [edit on github]¶ Bases:
sunpy.net.dataretriever.GenericClient
Provides access to the GOES XRS fits files archive hosted by the Solar Data Analysis Center.
Examples
>>> from sunpy.net import Fido, attrs as a >>> results = Fido.search(a.Time("2016/1/1", "2016/1/2"), ... a.Instrument('XRS')) >>> results <sunpy.net.fido_factory.UnifiedResponse object at ...> Results from 1 Provider: 2 Results from the XRSClient: Start Time End Time Source Instrument Wavelength str19 str19 str4 str4 str3 ------------------- ------------------- ------ ---------- ---------- 2016-01-01 00:00:00 2016-01-01 23:59:59 nasa goes nan 2016-01-02 00:00:00 2016-01-02 23:59:59 nasa goes nan