Skip to content

Commit

Permalink
Change default ratio value to 1, since we calibrate already calibrate…
Browse files Browse the repository at this point in the history
…d waveforms
  • Loading branch information
FrancaCassol committed Jul 25, 2023
1 parent e131065 commit 2d13760
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lstchain/calib/camera/calibration_calculator.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ class CalibrationCalculator(Component):
).tag(config=True)

hg_lg_ratio = traits.Float(
17.4,
help='HG/LG ratio applied if use_scaled_low_gain is True'
1.,
help='HG/LG ratio applied if use_scaled_low_gain is True. In case of calibrated data the ratio should be 1.'
).tag(config=True)

classes = (
Expand Down
1 change: 0 additions & 1 deletion lstchain/data/catB_camera_calibration_param.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"LSTCalibrationCalculator": {
"squared_excess_noise_factor": 1.222,
"use_scaled_low_gain": true,
"hg_lg_ratio": 17.4,
"npe_median_cut_outliers": [-5,5],
"flatfield_product": "FlasherFlatFieldCalculator",
"pedestal_product": "PedestalIntegrator"
Expand Down

0 comments on commit 2d13760

Please sign in to comment.