Skip to content

Fix missing values in train and pulse ids extracted from run_data.

Oleksii Turkot requested to merge fix_ids_from_run_data into main

Previously the first detector module source was used to extract train and pulse id arrays, which potentially leads to missing values since some sources might be missing data for certain trains.

Merge request reports