From b174de8b4fc229da59e70d255ea43fc8274481aa Mon Sep 17 00:00:00 2001
From: Laurent Mercadier <laurent.mercadier@xfel.eu>
Date: Thu, 7 Nov 2019 15:54:46 +0100
Subject: [PATCH] Adds mnemonics for Vertical FDM and ILH 8CAM1

---
 Load.py | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/Load.py b/Load.py
index 094c280..32059d2 100644
--- a/Load.py
+++ b/Load.py
@@ -209,6 +209,10 @@ mnemonics = {
     "PP800_TeleLens": {'source':'SCS_ILH_LAS/MOTOR/LT7',
                  'key':'actualPosition.value',
                  'dim':None},
+    "ILH_8CAM1": {'source':'SCS_ILH_LAS/CAM/8CAM1:daqOutput',
+                'key':'data.image.pixels',
+                'dim':['8cam1_y', '8cam1_x']},
+
     
     # FFT
     "scannerX": {'source':'SCS_CDIFFT_SAM/LMOTOR/SCANNERX',
@@ -229,6 +233,10 @@ mnemonics = {
     "magnet_old": {'source':'SCS_CDIFFT_MAG/SUPPLY/CURRENT',
                'key':'actualCurrent.value',
                'dim':None},
+    
+    "Vertical_FDM": {'source':'SCS_CDIFFT_LDM/CAM/CAMERA1A:daqOutput',
+                'key':'data.image.pixels',
+                'dim':['vfdm_y', 'vfdm_x']},
 
     # FastCCD, if in raw folder, raw images
     #          if in proc folder, dark substracted and relative gain corrected
-- 
GitLab