hamsci_psws.goes¶
GOES module
A module for working with GOES data.
- Module Author:: N.A. Frissell, 6 Sept 2014
Updated 14 August 2022
Key Functions¶
read_goes download GOES data goes_plot plot GOES data classify_flare convert GOES data to string classifier flare_value convert string classifier to lower bound find_flares find flares in a certain class ————— —————————————-
Functions
|
Add 1 month to a datetime object. |
|
Convert GOES X-Ray flux into a string flare classification. |
|
Scrape URL for links and download files matching a pattern. |
|
|
|
Find flares of a minimum class in a GOES data dict created by read_goes(). |
|
Convert a string solar flare class [1] into the lower bound in W/m**2 of the 1-8 Angstrom X-Ray Band for the GOES Spacecraft. |
|
Plot GOES X-Ray Data. |
|
Plot GOES X-Ray Data. |
|
Download GOES X-Ray Flux data from the NOAA FTP Site and return a dictionary containing the metadata and a dataframe. |
|