Set default timecalib as of March 2021
Whenever the time calibration file is not able to be produced, we use the one defined in
def_time_calib_run = cfg.get("LSTOSA", "DEFAULT-TIME-CALIB-RUN")
file_list = [
file
for file in calibpath.rglob(
f"*/{options.calib_prod_id}/time_calibration.Run{def_time_calib_run}*"
)
]
where DEFAULT-TIME-CALIB-RUN
is now set to 4211 from 2021-03-21