From 3e2ef6decd923834f4268650fb00ff97b040a4e2 Mon Sep 17 00:00:00 2001 From: gac-x10da Date: Fri, 27 Jun 2025 10:27:16 +0200 Subject: [PATCH] refactor(configs): update configs --- superxas_bec/device_configs/x10da_config_250616.yaml | 4 ++-- superxas_bec/device_configs/x10da_config_falcon_test.yaml | 2 +- superxas_bec/device_configs/x10da_config_test.yaml | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/superxas_bec/device_configs/x10da_config_250616.yaml b/superxas_bec/device_configs/x10da_config_250616.yaml index 5a98254..2e174b7 100644 --- a/superxas_bec/device_configs/x10da_config_250616.yaml +++ b/superxas_bec/device_configs/x10da_config_250616.yaml @@ -146,12 +146,12 @@ cm_yaw: softwareTrigger: false falcon: description: Falcon Sitoro detector - deviceClass: superxas_bec.devices.falcon_direct.FalconSuperXASDirect + deviceClass: superxas_bec.devices.falcon.FalconSuperXAS deviceConfig: prefix: 'X10DA-SITORO:' enabled: true onFailure: raise - readoutPriority: async + readoutPriority: monitored softwareTrigger: false filter_fe: description: Front End Filter diff --git a/superxas_bec/device_configs/x10da_config_falcon_test.yaml b/superxas_bec/device_configs/x10da_config_falcon_test.yaml index efacbb5..c785f88 100644 --- a/superxas_bec/device_configs/x10da_config_falcon_test.yaml +++ b/superxas_bec/device_configs/x10da_config_falcon_test.yaml @@ -1,6 +1,6 @@ falcon: description: Falcon Sitoro detector - deviceClass: superxas_bec.devices.falcon_slim.FalconSuperXASSlim + deviceClass: superxas_bec.devices.falcon.FalconSuperXAS deviceConfig: prefix: 'X10DA-SITORO:' enabled: true diff --git a/superxas_bec/device_configs/x10da_config_test.yaml b/superxas_bec/device_configs/x10da_config_test.yaml index 1d8d28f..4265c4e 100644 --- a/superxas_bec/device_configs/x10da_config_test.yaml +++ b/superxas_bec/device_configs/x10da_config_test.yaml @@ -104,14 +104,14 @@ trigger: ##### Falcon detector ##### falcon: - readoutPriority: monitored description: Falcon Sitoro detector deviceClass: superxas_bec.devices.falcon.FalconSuperXAS deviceConfig: prefix: 'X10DA-SITORO:' + enabled: true onFailure: raise - enabled: False - softwareTrigger: False + readoutPriority: monitored + softwareTrigger: false