Skip to content

Commit

Permalink
Address comments by Abelardo
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnoe committed Feb 3, 2021
1 parent 096e687 commit e61a88c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ctapipe_io_lst/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ class LSTEventSource(EventSource):
help=(
'Default source for trigger type information.'
' For older data, tib might be the better choice but for data newer'
' than 2020-07, ucts is the preferred option. The source will still'
' than 2020-06-25, ucts is the preferred option. The source will still'
' fallback to the other device if the chosen default device is not '
' available'
)
Expand Down Expand Up @@ -515,7 +515,7 @@ def fill_trigger_info(self, array_event):
self.log.warning(
'Event with UCTS trigger_type 42 found.'
' Probably means unreliable or shifted UCTS data.'
' Switching to TIB if available.'
' Consider switching to TIB using `default_trigger_type="tib"`'
)

# first bit mono trigger, second stereo.
Expand Down

0 comments on commit e61a88c

Please sign in to comment.