parset["Observation.DataProducts.Output_Correlated.storageClusterName"]=subtask.cluster.name# TODO: This must be the storage cluster, not the processing cluster
parset["Observation.DataProducts.Output_Correlated.storageClusterName"]=subtask.cluster.name# TODO: This must be the storage cluster, not the processing cluster
parset["Observation.DataProducts.Output_CoherentStokes.storageClusterName"]=subtask.cluster.name# TODO: This must be the storage cluster, not the processing cluster
parset["Observation.DataProducts.Output_IncoherentStokes.storageClusterName"]=subtask.cluster.name# TODO: This must be the storage cluster, not the processing cluster
parset["Observation.DataProducts.Input_CoherentStokes.identifications"]=["TMSS_subtask_%s.SAP%03d"%(input.producer.subtask.id,0)forinputininputs]# needed by ResourceEstimator
parset["Observation.DataProducts.Input_IncoherentStokes.identifications"]=["TMSS_subtask_%s.SAP%03d"%(input.producer.subtask.id,0)forinputininputs]# needed by ResourceEstimator
# TODO: do not use SubtaskOutput.objects.filter but make subtask.subtask_outputs work
out_dataproducts=sum([list(models.Dataproduct.objects.filter(producer_id=subtask_output.id))forsubtask_outputinsubtask_outputs],[])# todo, order these correctly?