cta-observatory / ctapipe

Low-level data processing pipeline software for CTAO or similar arrays of Imaging Atmospheric Cherenkov Telescopes
https://ctapipe.readthedocs.org
BSD 3-Clause "New" or "Revised" License
65 stars 269 forks source link

Check uniqueness of obs_id / event_id when merging files. #2610

Closed maxnoe closed 2 months ago

maxnoe commented 2 months ago

Please describe the use case that requires this feature.

Processing on the GRID merged the same file multiple times resulting in later errors when joining tables.

Describe the solution you'd like

Check uniqueness of obs_id event combinations when merging files to prevent such issues at the point where the error happens.