padre_meddea.io.aws_db#

Provides functions to upload data to the SWxSOC time series database for dashboard display

Functions

record_cmd(cmd_ts)

Send command time series to AWS.

record_filename(filename, start_time, ...)

Record filename and time range of the file

record_housekeeping(hk_ts)

Send the housekeeping time series to AWS.

record_photons(pkt_list, event_list)

Send photon time series data to AWS.

record_spectra(spec_list)

Send spectrum time series data to AWS.

padre_meddea.io.aws_db.record_cmd(cmd_ts)[source]#

Send command time series to AWS.

padre_meddea.io.aws_db.record_filename(filename: str, start_time: Time, end_time: Time, level_str: str)[source]#

Record filename and time range of the file

padre_meddea.io.aws_db.record_housekeeping(hk_ts: TimeSeries)[source]#

Send the housekeeping time series to AWS.

padre_meddea.io.aws_db.record_photons(pkt_list, event_list)[source]#

Send photon time series data to AWS.

padre_meddea.io.aws_db.record_spectra(spec_list: SpectrumList)[source]#

Send spectrum time series data to AWS.