lst_auto_rta.plot_line_delay.parse_run_log_files

lst_auto_rta.plot_line_delay.parse_run_log_files(logs_dir, run_id, worker_nodes)[source]

Parse the log files of the R0->DL1 process of a run to read the processing rates.

Parameters:
  • logs_dir (pathlib.Path) – Path to the folder containing the R0->DL1 jobs logs.

  • run_id (int) – Run id of the run to parse

  • worker_nodes (list of str) – List of the worker nodes names of the R0->DL1 jobs of this run

Return type:

List of pandas dataframe with the R0->DL1 processing rates per line during the run.