Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnoe committed Dec 3, 2024
1 parent 7602378 commit c26a15d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ctapipe/io/simteleventsource.py
Original file line number Diff line number Diff line change
Expand Up @@ -868,6 +868,9 @@ def _generate_events(self):

for tel_id, telescope_event in telescope_events.items():
if tel_id not in trigger.tels_with_trigger:
# skip additional telescopes that have data but did not
# participate in the subarray trigger decision for this stereo event
# see #2660 for details
self.log.warning(
"Encountered telescope event not present in"
" stereo trigger information, skipping."
Expand Down

0 comments on commit c26a15d

Please sign in to comment.