From 5db19d2582bde8c504564b7b495640e7b0b5d19b Mon Sep 17 00:00:00 2001
From: ahmedk <karim.ahmed@xfel.eu>
Date: Thu, 11 Jul 2024 13:46:31 +0200
Subject: [PATCH] fix: remove adding instrument_channels as channels added
 automatically

---
 notebooks/Jungfrau/Jungfrau_Gain_Correct_and_Verify_NBC.ipynb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/notebooks/Jungfrau/Jungfrau_Gain_Correct_and_Verify_NBC.ipynb b/notebooks/Jungfrau/Jungfrau_Gain_Correct_and_Verify_NBC.ipynb
index 1f3031bc8..c70815791 100644
--- a/notebooks/Jungfrau/Jungfrau_Gain_Correct_and_Verify_NBC.ipynb
+++ b/notebooks/Jungfrau/Jungfrau_Gain_Correct_and_Verify_NBC.ipynb
@@ -734,8 +734,6 @@
     "            outp_file.create_metadata(\n",
     "                like=seq_dc,\n",
     "                sequence=seq_file.sequence,\n",
-    "                # preserve channels order\n",
-    "                instrument_channels=sorted({f'{output_src_kda}/data', f'{input_src_kda}/data'})\n",
     "            )\n",
     "\n",
     "        step_timer.done_step(f'Saving data time.')\n",
-- 
GitLab