diff --git a/notebooks/Gotthard2/Summary_Darks_Gotthard2_NBC.ipynb b/notebooks/Gotthard2/Summary_Darks_Gotthard2_NBC.ipynb index 9bc054213abea01838eb5cf5f877d30b736a3a42..45e802f99debdb2d5f39fda5289652670d95c229 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",