From cac036a05c99afd19d60c1aa4a3854404860e83e Mon Sep 17 00:00:00 2001
From: ahmedk <karim.ahmed@xfel.eu>
Date: Tue, 9 Jan 2024 10:45:58 +0100
Subject: [PATCH] Store data in /CORR/ instead of /DET/ like RAW data

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

diff --git a/notebooks/Gotthard2/Correction_Gotthard2_NBC.ipynb b/notebooks/Gotthard2/Correction_Gotthard2_NBC.ipynb
index 4623fea01..aff16f800 100644
--- a/notebooks/Gotthard2/Correction_Gotthard2_NBC.ipynb
+++ b/notebooks/Gotthard2/Correction_Gotthard2_NBC.ipynb
@@ -64,7 +64,7 @@
     "control_template = \"CONTROL\"  # control template used to read CONTROL keys.\n",
     "ctrl_source_template = \"{}/DET/{}\"  # template for control source name (filled with karabo_id_control)\n",
     "karabo_id_control = \"\"  # Control karabo ID. Set to empty string to use the karabo-id\n",
-    "corr_data_source = \"{}/DET/{}:daqOutput\"  # Correction data source. filled with karabo_id and correction receiver\n",
+    "corr_data_source = \"{}/CORR/{}:daqOutput\"  # Correction data source. filled with karabo_id and correction receiver\n",
     "\n",
     "# Parameters for calibration database.\n",
     "cal_db_interface = \"tcp://max-exfl-cal001:8016#8025\"  # the database interface to use.\n",
-- 
GitLab