From 0d06b7b5edda9a9aa749e3934bfcf9ddfc0b6953 Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Fri, 2 Aug 2024 13:44:54 +0200 Subject: [PATCH] removed commented code for old beamtime --- dap/worker.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/dap/worker.py b/dap/worker.py index 3f19c4d..09bf17c 100644 --- a/dap/worker.py +++ b/dap/worker.py @@ -122,11 +122,6 @@ def work(backend_address, accumulator_host, accumulator_port, visualisation_host if select_only_ppicker_events and not event_ppicker: continue -# special settings for p20270, only few shots were opened by pulse-picker -# if detector in ["JF06T32V02"]: -# if event_ppicker: -# results["number_of_spots"] = 50 -# results["is_hit_frame"] = True double_pixels = results.get("double_pixels", "mask")