data_sequence#

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

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.