Skip to content
Snippets Groups Projects
Commit a067fb69 authored by Jan David Mol's avatar Jan David Mol
Browse files

TMSS-690: Add keys the ResourceEstimator always wants to see

parent 68e80c09
No related branches found
No related tags found
1 merge request!396Resolve TMSS-690 "Fix preprocessing settings"
......@@ -514,6 +514,10 @@ def _convert_to_parset_dict_for_pipelinecontrol_schema(subtask: models.Subtask)
parset["Observation.ObservationControl.PythonControl.DPPP.demixer.subtractsources"] = ""
parset["Observation.ObservationControl.PythonControl.DPPP.demixer.targetsource"] = ""
parset["Observation.ObservationControl.PythonControl.DPPP.demixer.type"] = "demixer"
else:
# ResourceEstimator wants these keys always
parset["Observation.ObservationControl.PythonControl.DPPP.demixer.freqstep"] = 1
parset["Observation.ObservationControl.PythonControl.DPPP.demixer.timestep"] = 1
parset["Observation.ObservationControl.PythonControl.DPPP.steps"] = "[%s]" % ",".join(dppp_steps)
parset["Observation.ObservationControl.PythonControl.DPPP.msout.storagemanager.name"] = spec["storagemanager"]
......
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