diff --git a/src/toolbox_scs/constants.py b/src/toolbox_scs/constants.py
index 434c15058efee1e8356bc4e4f0ff69542a43c2c1..f540c4c1e95da7bd37f213123d1357076256dff9 100644
--- a/src/toolbox_scs/constants.py
+++ b/src/toolbox_scs/constants.py
@@ -295,6 +295,11 @@ mnemonics = {
     "SCS_slowTrain_SA3": ({'source': 'SCS_BLU_XGM/XGM/DOOCS',
                            'key': 'controlData.slowTrainSa3.value',
                            'dim': None},),
+    
+    "HAMP": ({'source': 'SCS_BLU_XGM/XGM/DOOCS',
+                 'key': 'hv.hamph',
+                 'dim': None},),      
+    
 
     # KBS
     "HFM_CAPB": ({'source': 'SCS_KBS_HFM/ASENS/CAPB',
@@ -382,6 +387,12 @@ mnemonics = {
     "FFT_FocusLens": ({'source': 'SCS_CDIFFT_FDM/MOTOR/BARLOW_1',
                        'key': 'actualPosition.value',
                        'dim': None},),
+
+    "virtual_image": ({'source': 'SCS_XRD_MOV/CAM/WALLSIDE:daqOutput',
+                     'key': 'data.image.pixels',
+                     'dim': ['y', 'x']},),        
+    
+  
     # 1st lens of telescope (setup of August 2019)
     "PP800_TeleLens": ({'source': 'SCS_ILH_LAS/MOTOR/LT7',
                         'key': 'actualPosition.value',