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

Adds MaranaX mnemonics

parent 4ae68182
No related branches found
No related tags found
1 merge request!285Adds MaranaX mnemonics
Pipeline #132797 passed
...@@ -740,6 +740,11 @@ mnemonics = { ...@@ -740,6 +740,11 @@ mnemonics = {
'key': 'data.image.pixels', 'key': 'data.image.pixels',
'dim': ['newt_y', 'newt_x']},), 'dim': ['newt_y', 'newt_x']},),
# Andor Newton CCD camera
"MaranaX": ({'source': 'SCS_HRIXS_DET/CAM/MARANAX:daqOutput',
'key': 'data.image.pixels',
'dim': ['mara_y', 'mara_x']},),
# FastCCD, if in raw folder, raw images # FastCCD, if in raw folder, raw images
# if in proc folder, dark substracted and relative gain corrected # if in proc folder, dark substracted and relative gain corrected
"fastccd": ({'source': 'SCS_CDIDET_FCCD2M/DAQ/FCCD:daqOutput', "fastccd": ({'source': 'SCS_CDIDET_FCCD2M/DAQ/FCCD:daqOutput',
......
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