data_sequence#

osa.scripts.datasequence.data_sequence(drive_file: Path, run_summary: Path, pedestal_ids_file: Path, run_str: str, dl1b_config: Path, dl1_prod_id: str, calibration_file: Path | None = None, pedestal_file: Path | None = None, time_calibration_file: Path | None = None, systematic_correction_file: Path | None = None)#

Performs all the steps to process a whole run.

Parameters:
calibration_file: pathlib.Path
pedestal_file: pathlib.Path
time_calibration_file: pathlib.Path
systematic_correction_file: pathlib.Path
drive_file: pathlib.Path
run_summary: pathlib.Path
pedestal_ids_file: pathlib.Path
run_str: str
Returns:
rc: int

Return code of the last executed command.