From ce6066ee9f0e9c08e02b308ea2e502941a875829 Mon Sep 17 00:00:00 2001 From: Martin Teichmann <martin.teichmann@xfel.eu> Date: Mon, 7 Mar 2022 23:02:02 +0100 Subject: [PATCH] more mnemos --- src/toolbox_scs/constants.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/toolbox_scs/constants.py b/src/toolbox_scs/constants.py index d80a1c2..dfdab5e 100644 --- a/src/toolbox_scs/constants.py +++ b/src/toolbox_scs/constants.py @@ -70,11 +70,17 @@ mnemonics = { 'key': 'data.image.pixels', 'dim': ['x', 'y']},), "hRIXS_delay": ({'source': 'SCS_HRIXS_DET/MDL/CAMERA_SHUTTER', - 'key': 'currentPosition.value', + 'key': 'delay.value', 'dim': None},), "hRIXS_index": ({'source': 'SCS_HRIXS_DET/MDL/CAMERA_SHUTTER', 'key': 'currentIndex.value', 'dim': None},), + "hRIXS_norm": ({'source': 'SCS_HRIXS_DET/MDL/CAMERA_SHUTTER', + 'key': 'xgmSum.value', + 'dim': None},), + "tpi": ({'source': 'SCS_XTD10_TPI/DCTRL/SHUTTER', + 'key': 'operationModePLC.value', + 'dim': None},), "chem_X": ({'source': 'SCS_CHEM_JET/MOTOR/MANA_X', 'key': 'actualPosition.value', 'dim': None},), -- GitLab