From 0c287c09c1588607724f0080f9815d56bcdff222 Mon Sep 17 00:00:00 2001
From: Marco Ramilli <mramilli@max-exflg011.desy.de>
Date: Thu, 2 Jul 2020 14:26:30 +0200
Subject: [PATCH] implemented changes suggested in MR

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

diff --git a/notebooks/Jungfrau/Jungfrau_dark_analysis_all_gains_burst_mode_NBC.ipynb b/notebooks/Jungfrau/Jungfrau_dark_analysis_all_gains_burst_mode_NBC.ipynb
index 8efc47418..7b9676176 100644
--- a/notebooks/Jungfrau/Jungfrau_dark_analysis_all_gains_burst_mode_NBC.ipynb
+++ b/notebooks/Jungfrau/Jungfrau_dark_analysis_all_gains_burst_mode_NBC.ipynb
@@ -251,7 +251,7 @@
     "            n_empty_trains += this_tr - acelltable.shape[-1]\n",
     "            n_empty_sc += len(acelltable[acelltable > 15])\n",
     "            \n",
-    "            if i > 0 and memoryCells == 16: ## throwing away the second memory cell entry in lower gains\n",
+    "            if i > 0 and memoryCells == 16: ## throwing away all the SC entries except the first for lower gains\n",
     "                acelltable[1:] = 255\n",
     "            \n",
     "            \n",
-- 
GitLab