From f035f074e2c3bb8756415a8ca4ac69a14bbb89ba Mon Sep 17 00:00:00 2001 From: x12sa Date: Tue, 8 Sep 2026 12:25:20 +0200 Subject: [PATCH] changes during beamtime e23514 --- csaxs_bec/device_configs/bl_detectors.yaml | 24 +++++++++++----------- csaxs_bec/device_configs/main.yaml | 3 +++ csaxs_bec/device_configs/smargon.yaml | 2 ++ 3 files changed, 17 insertions(+), 12 deletions(-) diff --git a/csaxs_bec/device_configs/bl_detectors.yaml b/csaxs_bec/device_configs/bl_detectors.yaml index 6f767060..9c4894a3 100644 --- a/csaxs_bec/device_configs/bl_detectors.yaml +++ b/csaxs_bec/device_configs/bl_detectors.yaml @@ -22,18 +22,18 @@ eiger_9: readoutPriority: async softwareTrigger: False -falcon: - description: Falcon Sitoro.single-element fluorescence detector - deviceClass: csaxs_bec.devices.epics.falcon_csaxs.FalconcSAXS - deviceConfig: - prefix: 'X12SA-SITORO:' - deviceTags: - - cSAXS - - falcon - onFailure: buffer # was: raise - enabled: False # was: True - readoutPriority: async - softwareTrigger: False +# falcon: +# description: Falcon Sitoro.single-element fluorescence detector +# deviceClass: csaxs_bec.devices.epics.falcon_csaxs.FalconcSAXS +# deviceConfig: +# prefix: 'X12SA-SITORO:' +# deviceTags: +# - cSAXS +# - falcon +# onFailure: raise +# enabled: False +# readoutPriority: async +# softwareTrigger: False # ids_cam: # description: IDS camera for live image acquisition diff --git a/csaxs_bec/device_configs/main.yaml b/csaxs_bec/device_configs/main.yaml index 48261723..f2c7b091 100644 --- a/csaxs_bec/device_configs/main.yaml +++ b/csaxs_bec/device_configs/main.yaml @@ -22,6 +22,9 @@ xeye: ssaxs: - !include ./ssaxs.yaml +#smargon: +# - !include ./smargon.yaml + #sastt: # - !include ./sastt.yaml diff --git a/csaxs_bec/device_configs/smargon.yaml b/csaxs_bec/device_configs/smargon.yaml index fe004d1e..249d48b8 100644 --- a/csaxs_bec/device_configs/smargon.yaml +++ b/csaxs_bec/device_configs/smargon.yaml @@ -58,6 +58,7 @@ sgz: readoutPriority: baseline sgchi: +# rotx_axis: description: SmarGon CHI (goniometer tilt) deviceClass: csaxs_bec.devices.smargon.positioner.SmargopoloMotor deviceConfig: {scs_axis: CHI, host: tt-smargopolo, port: 3000, limits: [0, 65], tolerance: 0.01} @@ -67,6 +68,7 @@ sgchi: readoutPriority: baseline sgphi: +# roty_axis: description: SmarGon PHI (goniometer rotation) deviceClass: csaxs_bec.devices.smargon.positioner.SmargopoloMotor deviceConfig: {scs_axis: PHI, host: tt-smargopolo, port: 3000, limits: [-180, 180], tolerance: 0.01}