diff --git a/notebooks/FastCCD/CorrectionNotebook_NewDAQ_FastCCD_NBC.ipynb b/notebooks/FastCCD/CorrectionNotebook_NewDAQ_FastCCD_NBC.ipynb index debee54225bc579830778d3f33d5a41b5b5d5d39..37fabb9cff9e77870ba9e701ba31222db15e5ca4 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",