Skip to content

Commit

Permalink
Merge pull request #88 from cta-observatory/unknown_trigger
Browse files Browse the repository at this point in the history
Fill unknown trigger if no trigger info is available
  • Loading branch information
maxnoe authored Mar 9, 2021
2 parents c4fa24e + d97ad59 commit 67b609d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ctapipe_io_lst/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,7 @@ def fill_trigger_info(self, array_event):

else:
self.log.warning('No trigger info available.')
trigger.event_type = EventType.UNKNOWN
return

if (
Expand Down

0 comments on commit 67b609d

Please sign in to comment.