suncasa.eovsa.eovsa_pltQlookImage
Attributes
Functions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Main pipeline for plotting EOVSA daily full-disk images at multiple frequencies. |
Module Contents
- suncasa.eovsa.eovsa_pltQlookImage.pltfigdir = '/common/webplots/SynopticImg/eovsamedia/eovsa-browser/'[source]
- suncasa.eovsa.eovsa_pltQlookImage.pltEmptyImage(datestr, spws, vmaxs, vmins, dpis_dict={'t': 32.0})[source]
- suncasa.eovsa.eovsa_pltQlookImage.pltEovsaQlookImage_v3(datestr, spws, vmaxs, vmins, dpis_dict, fig=None, ax=None, overwrite=False, verbose=False)[source]
- suncasa.eovsa.eovsa_pltQlookImage.pltEovsaQlookImage(datestr, spws, vmaxs, vmins, dpis_dict, fig=None, ax=None, overwrite=False, verbose=False)[source]
- suncasa.eovsa.eovsa_pltQlookImage.plot_sdo_func(sdofile, ax, dpis_dict, key, imgoutdir, fig)[source]
- suncasa.eovsa.eovsa_pltQlookImage.pltSdoQlookImage(datestr, dpis_dict, fig=None, ax=None, overwrite=False, verbose=False, clearcache=False, debug=False)[source]
- suncasa.eovsa.eovsa_pltQlookImage.pltBbsoQlookImage(datestr, dpis_dict, fig=None, ax=None, overwrite=False, verbose=False, clearcache=False)[source]
- suncasa.eovsa.eovsa_pltQlookImage.main(dateobj=None, ndays=1, clearcache=False, ovwrite_eovsa=False, ovwrite_sdo=False, ovwrite_bbso=False, show_warning=False, debug=False)[source]
Main pipeline for plotting EOVSA daily full-disk images at multiple frequencies.
- Parameters:
dateobj (datetime, optional) – Starting datetime for processing. If None, defaults to two days before now.
ndays (int, optional) – Number of days to process (spanning from dateobj - ndays to dateobj); default is 1.
clearcache (bool, optional) – If True, remove temporary files after processing; default is False.
ovwrite_eovsa (bool, optional) – If True, overwrite existing EOVSA images; default is False.
ovwrite_sdo (bool, optional) – If True, overwrite existing SDO images; default is False.
ovwrite_bbso (bool, optional) – If True, overwrite existing BBSO images; default is False.
show_warning (bool, optional) – If True, show warnings during processing; default is False.
debug (bool, optional) – If True, run the pipeline in debugging mode; default is False.
- Raises:
Exception – If an error occurs during processing.
- Returns:
None
- Return type:
None