Skip to content
Snippets Groups Projects
Commit e304a32d authored by Philipp Schmidt's avatar Philipp Schmidt
Browse files

Add SQS-REMI and first-pulse-offset to available detectors and parameters

parent ebd1c7c9
No related branches found
No related tags found
1 merge request!801Fix update_config to work with non-AGIPD and add REMI
......@@ -40,6 +40,13 @@ AGIPD_CONFIGURATIONS = {
}
}
REMI_CONFIGURATIONS = {
'correct':
{
'first-pulse-offset': {'type': int}
}
}
AGIPD_DATA_MAPPING = {
"karabo-da": {
'type': list,
......@@ -59,6 +66,7 @@ REMI_DATA_MAPPING = {
AVAILABLE_DETECTORS = {
"SPB_DET_AGIPD1M-1": [AGIPD_CONFIGURATIONS, AGIPD_DATA_MAPPING],
"MID_DET_AGIPD1M-1": [AGIPD_CONFIGURATIONS, AGIPD_DATA_MAPPING],
'SQS_REMI_DLD6': [REMI_CONFIGURATIONS, REMI_DATA_MAPPING]
}
......
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