From 75f7f87ad29477a006cfc203a73429db777d76ad Mon Sep 17 00:00:00 2001 From: appel_c Date: Thu, 4 Sep 2025 17:57:48 +0200 Subject: [PATCH] update config, fixup --- debye_bec/device_configs/x01da_pilatus.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/debye_bec/device_configs/x01da_pilatus.yaml b/debye_bec/device_configs/x01da_pilatus.yaml index 261cfa9..2c79e7d 100644 --- a/debye_bec/device_configs/x01da_pilatus.yaml +++ b/debye_bec/device_configs/x01da_pilatus.yaml @@ -1,9 +1,11 @@ pilatus: readoutPriority: async description: Pilatus - deviceClass: debye_bec.devices.pilatus.PilatusDetector + deviceClass: debye_bec.devices.pilatus.pilatus.Pilatus + deviceTags: + - detector deviceConfig: prefix: "X01DA-ES2-PIL:" onFailure: retry enabled: true - softwareTrigger: false \ No newline at end of file + softwareTrigger: true \ No newline at end of file