From efcf9b3f3e85506a7b218cf7bdcf07b0627b09cd Mon Sep 17 00:00:00 2001 From: x12sa Date: Tue, 16 Jun 2026 15:54:52 +0200 Subject: [PATCH] fix(eiger): move eiger to use config for 8.5M --- csaxs_bec/devices/jungfraujoch/eiger_9m.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csaxs_bec/devices/jungfraujoch/eiger_9m.py b/csaxs_bec/devices/jungfraujoch/eiger_9m.py index f206103..e8016a1 100644 --- a/csaxs_bec/devices/jungfraujoch/eiger_9m.py +++ b/csaxs_bec/devices/jungfraujoch/eiger_9m.py @@ -21,7 +21,7 @@ if TYPE_CHECKING: # pragma no cover from bec_server.device_server.device_server import DeviceManagerDS EIGER9M_READOUT_TIME_US = 500e-6 # 500 microseconds in s -DETECTOR_NAME = "EIGER 9M" # "EIGER 9M"" +DETECTOR_NAME = "EIGER 8.5M (tmp)" # "EIGER 9M" # "EIGER 9M"" # pylint:disable=invalid-name