Skip to content

Commit

Permalink
Merge pull request #41 from cta-observatory/new-trigger-settings
Browse files Browse the repository at this point in the history
Trigger settings
  • Loading branch information
moralejo authored Apr 8, 2022
2 parents 3c6697f + d66b8a9 commit 2575d25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions LST1.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ fadc_var_sensitivity = 0.01416 % increasi

camera_pixels = 1855 % needs to be specified explicitly

min_photons = 300 % With fewer photons don't waste CPU time.
min_photoelectrons = 25 % 50% efficiency at 70 p.e.
min_photons = 120 % With fewer photons don't waste CPU time.
min_photoelectrons = 20 % 50% efficiency at 70 p.e.
store_photoelectrons = 20 % Save individual photo-electrons
#ifdef LST_EXTREME_TRIGGER
min_photons = 220 % With fewer photons don't waste CPU time.
Expand Down Expand Up @@ -162,7 +162,7 @@ teltrig_min_sigsum = 7.8 % pV.s
% Could be used though for systematic differences between telescope types.
trigger_delay_compensation = all: 0

asum_threshold = 270. % Aggressive trigger (limit at 2x dark)
asum_threshold = 230. % Tuned to match the lowest-threshold available real LST1 data (intensity spectra) as of 20220408
asum_clipping = 9999 % Effectively no clipping used any more.
#ifdef HALFMOON
asum_threshold = 355. % Aggressive trigger (limit at partial moon)
Expand Down

0 comments on commit 2575d25

Please sign in to comment.