From cae28ce723fcf34dd77e2dddec86971df8650c55 Mon Sep 17 00:00:00 2001
From: Karim Ahmed <karim.ahmed@xfel.eu>
Date: Mon, 7 Oct 2019 09:12:43 +0200
Subject: [PATCH] correct the file path to integration time

---
 .../Characterize_Darks_NewDAQ_FastCCD_NBC_New_Common_Mode.ipynb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/notebooks/FastCCD/Characterize_Darks_NewDAQ_FastCCD_NBC_New_Common_Mode.ipynb b/notebooks/FastCCD/Characterize_Darks_NewDAQ_FastCCD_NBC_New_Common_Mode.ipynb
index 001a9c3ea..5a3f2c965 100644
--- a/notebooks/FastCCD/Characterize_Darks_NewDAQ_FastCCD_NBC_New_Common_Mode.ipynb
+++ b/notebooks/FastCCD/Characterize_Darks_NewDAQ_FastCCD_NBC_New_Common_Mode.ipynb
@@ -198,7 +198,7 @@
     "with h5py.File(filename, 'r') as f:\n",
     "    bias_voltage = int(f['{}/biasclock/bias/value'.format(h5path_cntrl)][0])\n",
     "    det_gain = int(f['{}/exposure/gain/value'.format(h5path_cntrl)][0])\n",
-    "    integration_time = int(f['{}/acquisitionTime/value'.format(h5path_cntrl)][0])\n",
+    "    integration_time = int(f['{}/exposure/exposure_time/value'.format(h5path_cntrl)][0])\n",
     "    temperature = np.mean(f[h5path_t])"
    ]
   },
-- 
GitLab