From 81a0e24aa6781d8ac5e7e55ae59ac39cc28fa5ff Mon Sep 17 00:00:00 2001 From: Hampus Wikmark Kreuger <hampus.wikmark@physics.uu.se> Date: Tue, 28 Jun 2022 15:38:39 +0200 Subject: [PATCH] Expand comments --- src/toolbox_scs/detectors/hrixs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/toolbox_scs/detectors/hrixs.py b/src/toolbox_scs/detectors/hrixs.py index 70c9a23..89218a1 100644 --- a/src/toolbox_scs/detectors/hrixs.py +++ b/src/toolbox_scs/detectors/hrixs.py @@ -303,7 +303,7 @@ class hRIXS: MASK_AVG_X = np.s_[1850:2000] MASK_AVG_Y = np.s_[500:1500] - # Early energy calibration (to estimate mono drift) + # Early energy calibration from runs 31-36 (to estimate mono drift) PIX2EV_POLY = [6.31196512e-02, 6.05502748e+02] ENERGY_INTERCEPT = 0 -- GitLab