From c06aec0008ef1efc174dc00709cb65694c0dd1ea Mon Sep 17 00:00:00 2001
From: Philipp Schmidt <philipp.schmidt@xfel.eu>
Date: Fri, 16 Jul 2021 19:30:35 +0200
Subject: [PATCH] Fix typo in AGIPD retrieve constants notebook when reading
 integration time parameter

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

diff --git a/notebooks/AGIPD/AGIPD_Retrieve_Constants_Precorrection.ipynb b/notebooks/AGIPD/AGIPD_Retrieve_Constants_Precorrection.ipynb
index 760e60941..7df44401b 100644
--- a/notebooks/AGIPD/AGIPD_Retrieve_Constants_Precorrection.ipynb
+++ b/notebooks/AGIPD/AGIPD_Retrieve_Constants_Precorrection.ipynb
@@ -165,7 +165,7 @@
     "\n",
     "# Evaluate integration time\n",
     "if integration_time < 0:\n",
-    "    integration_time = agipblib.get_integration_time(control_fn, h5path_ctrl)\n",
+    "    integration_time = agipdlib.get_integration_time(control_fn, h5path_ctrl)\n",
     "            \n",
     "print(f\"Gain setting: {gain_setting}\")\n",
     "print(f\"Gain mode: {gain_mode.name}\")\n",
-- 
GitLab