lst_auto_rta.plot_line_delay.parse_run_worker_nodes¶
- lst_auto_rta.plot_line_delay.parse_run_worker_nodes(run_data_path)[source]¶
Parse the worker nodes of the R0->DL1 jobs during in an observation from hiperta_stream_start log file.
hiperta_stream_start log file is parsed to read the slurm job ids of the R0->DL1 jobs. Then the worker nodes names are found by interogating sacct.
Paramters¶
- run_data_pathpathlib.Path
Path to the observation folder, containing the dl1, dl2 and dl3 directories and the hiperta_stream_start logs.
- returns:
List of string
- rtype:
the names of the worker nodes, in the order of the lines.