From 7aa374bbfec204f5b3c2163cd48fdeaf476ec7cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Le=20Guyader?= <loic.le.guyader@xfel.eu> Date: Tue, 5 Mar 2024 09:36:23 +0100 Subject: [PATCH] Adds MaranaX mnemonics --- src/toolbox_scs/constants.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/toolbox_scs/constants.py b/src/toolbox_scs/constants.py index eb57f0c..ec19227 100644 --- a/src/toolbox_scs/constants.py +++ b/src/toolbox_scs/constants.py @@ -740,6 +740,11 @@ mnemonics = { 'key': 'data.image.pixels', 'dim': ['newt_y', 'newt_x']},), + # Andor Newton CCD camera + "MaranaX": ({'source': 'SCS_HRIXS_DET/CAM/MARANAX:daqOutput', + 'key': 'data.image.pixels', + 'dim': ['mara_y', 'mara_x']},), + # FastCCD, if in raw folder, raw images # if in proc folder, dark substracted and relative gain corrected "fastccd": ({'source': 'SCS_CDIDET_FCCD2M/DAQ/FCCD:daqOutput', -- GitLab