Skip to content
Snippets Groups Projects
Commit fa56dcb6 authored by Laurent Mercadier's avatar Laurent Mercadier
Browse files

Merge branch 'gotthard' into 'master'

Adds Gotthard sources

See merge request SCS/ToolBox!46
parents 53770101 3c65606a
No related branches found
No related tags found
No related merge requests found
......@@ -351,7 +351,15 @@ mnemonics = {
# KARABACON
"KARABACON": {'source':'SCS_DAQ_SCAN/MDL/KARABACON',
'key': 'actualStep.value',
'dim': None}
'dim': None},
#GOTTHARD
"Gotthard1": {'source':'SCS_PAM_XOX/DET/GOTTHARD_RECEIVER1:daqOutput',
'key': 'data.adc',
'dim': ['gott_pId','pixelId']},
"Gotthard2": {'source':'SCS_PAM_XOX/DET/GOTTHARD_RECEIVER2:daqOutput',
'key': 'data.adc',
'dim': ['gott_pId','pixelId']}
}
def load(fields, runNB, proposalNB, semesterNB, topic='SCS', display=False,
......
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