From 56621a7f8e6df9968ffa4d1154ce2b70ed8b53b0 Mon Sep 17 00:00:00 2001 From: mancini <mancini@astron.nl> Date: Wed, 12 Feb 2020 09:52:05 +0100 Subject: [PATCH] Add missing parameters to subworkflow Former-commit-id: c23602be49993532433d3ec39bf7321a7b0cd58c --- subworkflow/ndppp_prep_cal.cwl | 43 ++++++++++++++++++++++++++++++---- 1 file changed, 39 insertions(+), 4 deletions(-) diff --git a/subworkflow/ndppp_prep_cal.cwl b/subworkflow/ndppp_prep_cal.cwl index 633a06d3..44f25f14 100644 --- a/subworkflow/ndppp_prep_cal.cwl +++ b/subworkflow/ndppp_prep_cal.cwl @@ -35,8 +35,8 @@ inputs: 'sbg:y': 318.2810363769531 - id: skymodel type: File - 'sbg:x': 1428.3411865234375 - 'sbg:y': 273.64007568359375 + 'sbg:x': 1335.2567138671875 + 'sbg:y': 148.68453979492188 - id: timeresolution type: float 'sbg:x': 2021.81787109375 @@ -45,6 +45,30 @@ inputs: type: float 'sbg:x': 1999.5889892578125 'sbg:y': 170.7563934326172 + - id: demix_timestep + type: int + 'sbg:x': 1371.962646484375 + 'sbg:y': 307.4278259277344 + - id: demix_freqstep + type: int + 'sbg:x': 1465.0855712890625 + 'sbg:y': 450.8930358886719 + - id: demix_baseline + type: string + 'sbg:x': 1585.496826171875 + 'sbg:y': 588.0062866210938 + - id: target_source + type: string + 'sbg:x': 1439.47314453125 + 'sbg:y': -325.6144104003906 + - id: ntimechunk + type: int + 'sbg:x': 1149.4033203125 + 'sbg:y': 349.2409362792969 + - id: subtract_sources + type: 'string[]?' + 'sbg:x': 1257.9327392578125 + 'sbg:y': -290.095703125 outputs: - id: msout outputSource: @@ -175,8 +199,21 @@ steps: - flagamp/augmented_steps - id: step_name default: demixer + - id: baseline + source: demix_baseline + - id: demixtimestep + source: demix_timestep + - id: demixfreqstep + source: demix_freqstep + - id: ntimechunk + source: ntimechunk - id: skymodel source: skymodel + - id: subtractsources + source: + - subtract_sources + - id: targetsource + source: target_source out: - id: augmented_steps run: ../lofar-cwl/steps/DP3.DemixerStepGenerator.cwl @@ -241,5 +278,3 @@ steps: 'sbg:y': -55.93873977661133 requirements: - class: SubworkflowFeatureRequirement - - class: StepInputExpressionRequirement - - class: InlineJavascriptRequirement -- GitLab