Skip to content

Commit

Permalink
Merge pull request #1305 from cta-observatory/ff_q_limit_datacheck
Browse files Browse the repository at this point in the history
Update FF charge limits in data check
  • Loading branch information
moralejo authored Oct 9, 2024
2 parents f8e41f0 + b7d5119 commit 6483c60
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
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 6483c60

Please sign in to comment.