suncasa.eovsa.eovsa_pltQlookImage

Attributes

HELIOVIEWER_TIMEOUT_S

HELIOVIEWER_TIMEOUT_LIMIT

QUERY_TIMEOUT_S

imgfitsdir

imgfitstmpdir

pltfigdir

parser

Functions

clearImage()

pltEmptyImage2([dpis_dict])

pltEmptyImage(datestr, spws, vmaxs, vmins[, dpis_dict])

pltEovsaQlookImage_v3(datestr, spws, vmaxs, vmins, ...)

pltEovsaQlookImage(datestr, spws, vmaxs, vmins, dpis_dict)

plot_sdo_func(sdofile, ax, dpis_dict, key, imgoutdir, fig)

pltSdoQlookImage(datestr, dpis_dict[, fig, ax, ...])

pltBbsoQlookImage(datestr, dpis_dict[, fig, ax, ...])

main([dateobj, ndays, clearcache, ovwrite_eovsa, ...])

Main pipeline for plotting EOVSA daily full-disk images at multiple frequencies.

Module Contents

suncasa.eovsa.eovsa_pltQlookImage.HELIOVIEWER_TIMEOUT_S = 5[source]
suncasa.eovsa.eovsa_pltQlookImage.HELIOVIEWER_TIMEOUT_LIMIT = 3[source]
suncasa.eovsa.eovsa_pltQlookImage.QUERY_TIMEOUT_S = 5[source]
suncasa.eovsa.eovsa_pltQlookImage.imgfitsdir = '/data1/eovsa/fits/synoptic/'[source]
suncasa.eovsa.eovsa_pltQlookImage.imgfitstmpdir = '/data1/workdir/fitstmp/'[source]
suncasa.eovsa.eovsa_pltQlookImage.pltfigdir = '/common/webplots/SynopticImg/eovsamedia/eovsa-browser/'[source]
suncasa.eovsa.eovsa_pltQlookImage.clearImage()[source]
suncasa.eovsa.eovsa_pltQlookImage.pltEmptyImage2(dpis_dict={'t': 32.0})[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

suncasa.eovsa.eovsa_pltQlookImage.parser[source]