From a9e1653fd504578dfae8f46c2ca700bf23c19ff0 Mon Sep 17 00:00:00 2001 From: Marko Mecina <marko.mecina@univie.ac.at> Date: Fri, 3 Nov 2023 17:55:47 +0100 Subject: [PATCH] update FEE calibrations for EQM --- Ccs/calibrations_SMILE.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Ccs/calibrations_SMILE.py b/Ccs/calibrations_SMILE.py index 62bab04..6e2f6f2 100644 --- a/Ccs/calibrations_SMILE.py +++ b/Ccs/calibrations_SMILE.py @@ -16,10 +16,11 @@ ADC_INPRNG = 7.34783 # V ADC_OFFSET = -1.69565 # V # FEE HK gains/offsets -FEE_CCD2TsA_gain = 0.013772489 -FEE_CCD2TsA_offset = 542.131358 -FEE_CCD4TsB_gain = 0.013680992 -FEE_CCD4TsB_offset = 525.103894 +# EQM +FEE_CCD2TsA_gain = 0.048589971 +FEE_CCD2TsA_offset = 326.709604 +FEE_CCD4TsB_gain = 0.048346072 +FEE_CCD4TsB_offset = 317.546000 class Dpu: -- GitLab