Skip to content
Snippets Groups Projects
Commit 40bb3b63 authored by jurjen93's avatar jurjen93
Browse files

reverse dp3 concat input

parent 353955e8
No related branches found
No related tags found
1 merge request!76automated direction-dependent calibration wide-field mode
Pipeline #108907 passed
......@@ -12,6 +12,9 @@ inputs:
doc: Parset for DP3
inputBinding:
position: 0
- id: msin
type: Directory[]
doc: input MS
outputs:
- id: msout
......@@ -27,6 +30,11 @@ outputs:
The files containing the stdout
and stderr from the step.
requirements:
- class: InitialWorkDirRequirement
listing:
- entry: $(inputs.msin)
hints:
- class: DockerRequirement
dockerPull: vlbi-cwl
......
......@@ -148,6 +148,8 @@ steps:
in:
- id: parset
source: make_concat_parset/concat_parsets
- id: msin
source: flatten_msout/flattenedarray
out:
- id: msout
run: ../steps/dp3_parset.cwl
......
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