Skip to content

Commit

Permalink
Update FF charge limits in data check
Browse files Browse the repository at this point in the history
  • Loading branch information
moralejo authored Oct 8, 2024
1 parent 538ca80 commit b7d5119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lstchain/scripts/lstchain_longterm_dl1_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,7 @@ def plot(filename='longterm_dl1_check.h5', batch=False, tel_id=1):

# Flat field pixel charges (just for the mean; the std dev may be strongly
# affected by stars), in pe.
ff_charge = 73.5
ff_charge = 69

Check warning on line 832 in lstchain/scripts/lstchain_longterm_dl1_check.py

View check run for this annotation

Codecov / codecov/patch

lstchain/scripts/lstchain_longterm_dl1_check.py#L832

Added line #L832 was not covered by tests
ff_charge_tolerance = 0.1 # relative tolerance

# Limits of FF mean pixel time (ns) w.r.t. camera average:
Expand Down

0 comments on commit b7d5119

Please sign in to comment.