From 2106fa8269f9069e4e36d22f97d438d5db854c5d Mon Sep 17 00:00:00 2001 From: ahmedk <karim.ahmed@xfel.eu> Date: Tue, 26 Jul 2022 07:56:53 +0200 Subject: [PATCH] remove use_xgm_device default value --- notebooks/AGIPD/AGIPD_Correct_and_Verify.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/AGIPD/AGIPD_Correct_and_Verify.ipynb b/notebooks/AGIPD/AGIPD_Correct_and_Verify.ipynb index 3b426853a..ce2c71bf3 100644 --- a/notebooks/AGIPD/AGIPD_Correct_and_Verify.ipynb +++ b/notebooks/AGIPD/AGIPD_Correct_and_Verify.ipynb @@ -91,7 +91,7 @@ "use_litframe_device = '' # Device ID for a lit frame finder device to only process illuminated frames, empty string to disable\n", "energy_threshold = -1000 # The low limit for the energy (uJ) exposed by frames subject to processing. If -1000, selection by pulse energy is disabled\n", "\n", - "use_xgm_device = 'SA2_XTD1_XGM/XGM/DOOCS' # DoocsXGM device ID to obtain actual photon energy, operating condition else.\n", + "use_xgm_device = '' # DoocsXGM device ID to obtain actual photon energy, operating condition else.\n", "\n", "# Output parameters\n", "recast_image_data = '' # Cast data to a different dtype before saving\n", -- GitLab