Skip to content

Commit

Permalink
Merge pull request #98 from cta-observatory/update_ff_tagging
Browse files Browse the repository at this point in the history
Update FF tagging defaults
  • Loading branch information
rlopezcoto authored Apr 9, 2021
2 parents 5f9aa68 + 27dd549 commit 2b1ebd8
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 @@ -139,7 +139,7 @@ class LSTEventSource(EventSource):
).tag(config=True)

min_flatfield_adc = Float(
default_value=4000.0,
default_value=3000.0,
help=(
'Events with that have more than ``min_flatfield_pixel_fraction``'
' of the pixels inside [``min_flatfield_adc``, ``max_flatfield_adc``]'
Expand All @@ -157,7 +157,7 @@ class LSTEventSource(EventSource):
).tag(config=True)

min_flatfield_pixel_fraction = Float(
default_value=0.9,
default_value=0.8,
help=(
'Events with that have more than ``min_flatfield_pixel_fraction``'
' of the pixels inside [``min_flatfield_pe``, ``max_flatfield_pe``]'
Expand Down

0 comments on commit 2b1ebd8

Please sign in to comment.