From ae41c2ebe045934e83ae6b4f25417917f1f20668 Mon Sep 17 00:00:00 2001
From: ahmedk <karim.ahmed@xfel.eu>
Date: Thu, 21 Dec 2023 14:00:02 +0100
Subject: [PATCH] change dark constants order to have badpixels plot at the end

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

diff --git a/notebooks/Gotthard2/Summary_Darks_Gotthard2_NBC.ipynb b/notebooks/Gotthard2/Summary_Darks_Gotthard2_NBC.ipynb
index 9bc054213..45e802f99 100644
--- a/notebooks/Gotthard2/Summary_Darks_Gotthard2_NBC.ipynb
+++ b/notebooks/Gotthard2/Summary_Darks_Gotthard2_NBC.ipynb
@@ -115,7 +115,7 @@
    "outputs": [],
    "source": [
     "plt_map = dict()\n",
-    "dark_constants = [\"BadPixelsDark\", \"Offset\", \"Noise\"]\n",
+    "dark_constants = [\"Offset\", \"Noise\", \"BadPixelsDark\"]\n",
     "if gh2_detector == \"25um\":\n",
     "    for cname in dark_constants:\n",
     "        plt_map[cname] = np.zeros(\n",
-- 
GitLab