Skip to content
Snippets Groups Projects
Commit 20621ec6 authored by Loïc Le Guyader's avatar Loïc Le Guyader
Browse files

Adds Horizontal FDM

parent 166257e2
No related branches found
No related tags found
1 merge request!141Adds Horizontal FDM
...@@ -378,6 +378,9 @@ mnemonics = { ...@@ -378,6 +378,9 @@ mnemonics = {
"Vertical_FDM": ({'source': 'SCS_CDIFFT_LDM/CAM/CAMERA1A:daqOutput', "Vertical_FDM": ({'source': 'SCS_CDIFFT_LDM/CAM/CAMERA1A:daqOutput',
'key': 'data.image.pixels', 'key': 'data.image.pixels',
'dim': ['vfdm_y', 'vfdm_x']},), 'dim': ['vfdm_y', 'vfdm_x']},),
"Horizontal_FDM": ({'source': 'SCS_CDIFFT_LDM/CAM/CAMERA2A:daqOutput',
'key': 'data.image.pixels',
'dim': ['hfdm_y', 'hfdm_x']},),
"LLC_webcam2": ({'source': 'SCS_CDILLC_VAC/CAM/WEBCAMERA2:daqOutput', "LLC_webcam2": ({'source': 'SCS_CDILLC_VAC/CAM/WEBCAMERA2:daqOutput',
'key': 'data.image.pixels', 'key': 'data.image.pixels',
'dim': ['llc2_y', 'llc2_x']},), 'dim': ['llc2_y', 'llc2_x']},),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment