From 1892b687ec7963d5f1f6e5f66fea6e095d47c79f Mon Sep 17 00:00:00 2001
From: Karim Ahmed <karim.ahmed@xfel.eu>
Date: Wed, 15 Jan 2020 13:36:09 +0100
Subject: [PATCH] add path_inset to balance sequences

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

diff --git a/notebooks/FastCCD/CorrectionNotebook_NewDAQ_FastCCD_NBC.ipynb b/notebooks/FastCCD/CorrectionNotebook_NewDAQ_FastCCD_NBC.ipynb
index debee5422..37fabb9cf 100644
--- a/notebooks/FastCCD/CorrectionNotebook_NewDAQ_FastCCD_NBC.ipynb
+++ b/notebooks/FastCCD/CorrectionNotebook_NewDAQ_FastCCD_NBC.ipynb
@@ -53,7 +53,7 @@
     "flipped_between = [\"2019-02-01\", \"2019-04-02\"] # detector was flipped during this timespan\n",
     "temp_limits = 5 # limits within which temperature is considered the same\n",
     "\n",
-    "def balance_sequences(in_folder, run, sequences, sequences_per_node):\n",
+    "def balance_sequences(in_folder, run, sequences, sequences_per_node, path_inset):\n",
     "    import glob\n",
     "    import re\n",
     "    import numpy as np\n",
-- 
GitLab