Skip to content
Snippets Groups Projects
Commit 309df7f8 authored by David Hammer's avatar David Hammer
Browse files

Removing fields required by old manager

parent 36b204df
No related branches found
No related tags found
3 merge requests!12Snapshot: field test deployed version as of end of run 202201,!3Base correction device, CalCat interaction, DSSC and AGIPD devices,!1WIP: Add DSSC device
......@@ -363,24 +363,6 @@ class DsscCorrection(calibrationBase.CalibrationReceiverBaseDevice):
.commit(),
)
# stuff from typical calPy that we don't use right now
# Included to avoid errors due to unexpected configuration from init device
STRING_ELEMENT(expected).key("sourceInfix").displayedName(
"[Disabled]"
).assignmentOptional().defaultValue("").commit()
UINT32_ELEMENT(expected).key("maxGPUHandlesInFlight").displayedName(
"[Disabled]"
).assignmentOptional().defaultValue(35).commit()
VECTOR_UINT32_ELEMENT(expected).key("gainMapping").displayedName(
"[Disabled]"
).assignmentOptional().defaultValue([]).commit()
BOOL_ELEMENT(expected).key("dontProcess").displayedName(
"[Disabled]"
).assignmentOptional().defaultValue(False).reconfigurable().commit()
def __init__(self, config):
self._dict_cache = {k: config.get(k) for k in self._dict_cache_slots}
super().__init__(config)
......
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