lst_auto_rta.Auto_Calib

This script monitors the LST1 MongoDB database for new “calib_drs4” and “calib_ped_run” runs, and launches the appropriate calibration pipelines when new runs are detected.

Dependencies: - pymongo

Functions

get_last_specific_run(kind_of_run)

Query the LST1 MongoDB database for the most recent run of a specific type.

get_night_timestamp(today)

Get current timestamp (YYYYMMDD) with respect to the night.

main()

Main function of the script.