From 667f7be8e4fe792152c3152b74426d29690daf92 Mon Sep 17 00:00:00 2001
From: Kiana Setoodehnia <kiana.setoodehnia@xfel.eu>
Date: Fri, 3 Apr 2020 15:43:46 +0200
Subject: [PATCH] Updated Characterize_pnCCD_Dark_NBC.ipynb. Changed gain from
 0 to 1.

---
 notebooks/pnCCD/Characterize_pnCCD_Dark_NBC.ipynb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/notebooks/pnCCD/Characterize_pnCCD_Dark_NBC.ipynb b/notebooks/pnCCD/Characterize_pnCCD_Dark_NBC.ipynb
index 2f0106a80..9287f1fd1 100644
--- a/notebooks/pnCCD/Characterize_pnCCD_Dark_NBC.ipynb
+++ b/notebooks/pnCCD/Characterize_pnCCD_Dark_NBC.ipynb
@@ -44,7 +44,7 @@
     "number_dark_frames = 0  # number of images to be used, if set to 0 all available images are used\n",
     "chunkSize = 100 # number of images to read per chunk\n",
     "fix_temperature = 233.  # fix temperature in K, set to -1 to use value from slow data\n",
-    "gain = 0  # the detector's gain setting, only 0 is currently implemented\n",
+    "gain = 1  # the detector's gain setting, only 0 is currently implemented\n",
     "bias_voltage = 300  # detector's bias voltage\n",
     "integration_time = 70  # detector's integration time\n",
     "commonModeAxis = 'row' # axis along which common mode will be calculated (0: along rows, 1: along columns)\n",
-- 
GitLab