Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Hckjs committed Mar 1, 2024
1 parent 61bf03f commit 29a40e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ctapipe_io_lst/calibration.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ class LSTR0Corrections(TelescopeComponent):

select_gain_flatfields_and_pedestals = Bool(
default_value=True,
help="Set to false keep both gains for flatfield and pedestal events.",
help="Set to false to keep both gains for flatfield and pedestal events.",
).tag(config=True)

apply_drs4_pedestal_correction = Bool(
Expand Down

0 comments on commit 29a40e8

Please sign in to comment.