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

Adds XRD MCPs mnemonics

See merge request !302
parents 4b4e54fd bc5d9bba
No related branches found
No related tags found
1 merge request!302Adds XRD MCPs mnemonics
Pipeline #148132 passed
...@@ -1010,6 +1010,16 @@ mnemonics = { ...@@ -1010,6 +1010,16 @@ mnemonics = {
'dim': ['xoxeos_samplesId'], 'dim': ['xoxeos_samplesId'],
'extract': 'peaks'},), 'extract': 'peaks'},),
"XRD_MCP_SMALLraw": ({'source': 'SCS_XRD_DET/ADC/MCP_SMALL:output',
'key': 'data.rawData',
'dim': ['mcpsmall_samplesId'],
'extract': 'peaks'},),
"XRD_MCP_BIGraw": ({'source': 'SCS_XRD_DET/ADC/MCP_BIG:output',
'key': 'data.rawData',
'dim': ['mcpbig_samplesId'],
'extract': 'peaks'},),
# KARABACON # KARABACON
"KARABACON": ({'source': 'SCS_DAQ_SCAN/MDL/KARABACON', "KARABACON": ({'source': 'SCS_DAQ_SCAN/MDL/KARABACON',
'key': 'actualStep.value', 'key': 'actualStep.value',
......
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