Skip to content
Snippets Groups Projects
Commit c23602be authored by Mattia Mancini's avatar Mattia Mancini
Browse files

Add missing parameters to subworkflow

parent f0f64d7a
No related branches found
No related tags found
2 merge requests!69Change the name of the pre-calibrated output MS,!20Merge request HBA_calibrator to master
Pipeline #650 failed
...@@ -35,8 +35,8 @@ inputs: ...@@ -35,8 +35,8 @@ inputs:
'sbg:y': 318.2810363769531 'sbg:y': 318.2810363769531
- id: skymodel - id: skymodel
type: File type: File
'sbg:x': 1428.3411865234375 'sbg:x': 1335.2567138671875
'sbg:y': 273.64007568359375 'sbg:y': 148.68453979492188
- id: timeresolution - id: timeresolution
type: float type: float
'sbg:x': 2021.81787109375 'sbg:x': 2021.81787109375
...@@ -45,6 +45,30 @@ inputs: ...@@ -45,6 +45,30 @@ inputs:
type: float type: float
'sbg:x': 1999.5889892578125 'sbg:x': 1999.5889892578125
'sbg:y': 170.7563934326172 '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: outputs:
- id: msout - id: msout
outputSource: outputSource:
...@@ -175,8 +199,21 @@ steps: ...@@ -175,8 +199,21 @@ steps:
- flagamp/augmented_steps - flagamp/augmented_steps
- id: step_name - id: step_name
default: demixer default: demixer
- id: baseline
source: demix_baseline
- id: demixtimestep
source: demix_timestep
- id: demixfreqstep
source: demix_freqstep
- id: ntimechunk
source: ntimechunk
- id: skymodel - id: skymodel
source: skymodel source: skymodel
- id: subtractsources
source:
- subtract_sources
- id: targetsource
source: target_source
out: out:
- id: augmented_steps - id: augmented_steps
run: ../lofar-cwl/steps/DP3.DemixerStepGenerator.cwl run: ../lofar-cwl/steps/DP3.DemixerStepGenerator.cwl
...@@ -241,5 +278,3 @@ steps: ...@@ -241,5 +278,3 @@ steps:
'sbg:y': -55.93873977661133 'sbg:y': -55.93873977661133
requirements: requirements:
- class: SubworkflowFeatureRequirement - class: SubworkflowFeatureRequirement
- class: StepInputExpressionRequirement
- class: InlineJavascriptRequirement
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment