Solar Drift Plots

Generate solar drift plots.

This module produces:
  1. Integrated intensity profiles over selected MCCS channel chunks.

  2. Dynamic spectrum waterfall plots over selected MCCS channel chunks.

ska_sci_ops_data_analysis.solar_drift_plots.solar_drift_plots(start_date: str, end_date: str, *, base_glob: str = '/home/jovyan/shared/test_executions/AcquireBeamformed/multiple_{date}_*/*/*.hdf5', extra_output_dir: str = '/home/jovyan/shared/auto_solar_drift_check')

Generate solar drift quicklook plots for a date range.

Creates integrated intensity and dynamic spectrum plots for all stations using AcquireBeamformed HDF5 files within the requested date range.

Parameters:
  • start_date (str) – Start date in YYYY-MM-DD format.

  • end_date (str) – End date in YYYY-MM-DD format.

  • base_glob (str) – Glob pattern used to locate HDF5 files.

  • extra_output_dir (str) – Directory where plot files are written.

Returns:

Dictionary containing generated plot file paths.

Return type:

dict