padre_meddea.io.aws_db#
Provides functions to upload data to the SWxSOC time series database for dashboard display
Functions
|
Send command time series to AWS. |
|
Record filename and time range of the file |
|
Send the housekeeping time series to AWS. |
|
Send photon time series data to AWS. |
|
Send spectrum time series data 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.