From 5ec31df4dfc912f4a49a7e42d0011d57798086dd Mon Sep 17 00:00:00 2001
From: Egor Sobolev <egor.sobolev@xfel.eu>
Date: Wed, 22 Mar 2023 10:50:28 +0100
Subject: [PATCH] Add overwrite option in AGIPD correction notebook for
 compatibility

---
 notebooks/AGIPD/AGIPD_Correct_and_Verify.ipynb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/notebooks/AGIPD/AGIPD_Correct_and_Verify.ipynb b/notebooks/AGIPD/AGIPD_Correct_and_Verify.ipynb
index e38e3245e..392f92260 100644
--- a/notebooks/AGIPD/AGIPD_Correct_and_Verify.ipynb
+++ b/notebooks/AGIPD/AGIPD_Correct_and_Verify.ipynb
@@ -21,6 +21,7 @@
     "out_folder = \"/gpfs/exfel/data/scratch/esobolev/pycal_litfrm/p002834/r0225\"  # the folder to output to, required\n",
     "metadata_folder = \"\"  # Directory containing calibration_metadata.yml when run by xfel-calibrate\n",
     "sequences = [-1] # sequences to correct, set to -1 for all, range allowed\n",
+    "overwrite = False  # IGNORED, NEEDED FOR COMPATIBILITY.\n",
     "modules = [-1] # modules to correct, set to -1 for all, range allowed\n",
     "train_ids = [-1] # train IDs to correct, set to -1 for all, range allowed\n",
     "run = 225 # runs to process, required\n",
-- 
GitLab