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

Merge branch 'load' into 'master'

Load

See merge request SCS/ToolBox!4
parents b6cb2d87 c466c0a6
No related branches found
No related tags found
No related merge requests found
......@@ -149,7 +149,12 @@ mnemonics = {
'dim':['apdId']},
"MCP4raw": {'source':'SCS_UTC1_ADQ/ADC/1:network',
'key':'digitizers.channel_1_D.raw.samples',
'dim': ['samplesId']}
'dim': ['samplesId']},
# KARABACON
"KARABACON": {'source':'SCS_DAQ_SCAN/MDL/KARABACON',
'key': 'actualStep.value',
'dim': None}
}
def load(fields, runNB, proposalNB, semesterNB, topic='SCS', display=False, validate=False):
......
from ToolBox.Load import *
from ToolBox.xgm import *
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