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

Merge branch 'H_FDM' into 'master'

Adds Horizontal FDM

See merge request !141
parents 166257e2 20621ec6
No related branches found
No related tags found
1 merge request!141Adds Horizontal FDM
......@@ -378,6 +378,9 @@ mnemonics = {
"Vertical_FDM": ({'source': 'SCS_CDIFFT_LDM/CAM/CAMERA1A:daqOutput',
'key': 'data.image.pixels',
'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',
'key': 'data.image.pixels',
'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