From 96660d178f78ee99a0bb323ce345b671f5e87e79 Mon Sep 17 00:00:00 2001
From: Giuseppe Mercurio <giuseppe.mercurio@xfel.eu>
Date: Tue, 27 Jul 2021 15:59:46 +0200
Subject: [PATCH] Mte3

---
 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 54e42f4..6b793e8 100644
--- a/src/toolbox_scs/constants.py
+++ b/src/toolbox_scs/constants.py
@@ -379,6 +379,11 @@ mnemonics = {
                      'key': 'data.image.pixels',
                      'dim': ['llc2_y', 'llc2_x']},),
 
+    # PI-MTE3 CCD camera
+    "MTE3": ({'source': 'SCS_CDIFFT_MTE3/CAM/CAMERA:daqOutput',
+              'key': 'data.image.pixels',
+              'dim': ['x', 'y']},),
+    
     # 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