Skip to content
Snippets Groups Projects
Commit 324c7b42 authored by Frits Sweijen's avatar Frits Sweijen Committed by alex
Browse files

Fix step execution order

parent e06fe980
No related branches found
No related tags found
1 merge request!175Add HBA self calibration
...@@ -355,7 +355,7 @@ steps: ...@@ -355,7 +355,7 @@ steps:
in: in:
- id: msin - id: msin
source: source:
- aoflag/output_ms - merge_array_concat/output
- id: group_id - id: group_id
source: sort_times_into_freqGroups_full/groupnames source: sort_times_into_freqGroups_full/groupnames
- id: groups_specification - id: groups_specification
...@@ -427,6 +427,15 @@ steps: ...@@ -427,6 +427,15 @@ steps:
scatter: scatter:
- msin - msin
- id: merge_array
in:
- id: input
source: check_unflagged_fraction/msout
out:
- id: output
run: ../../steps/merge_array.cwl
label: merge_array
- id: merge_array_files - id: merge_array_files
in: in:
- id: input - id: input
...@@ -444,15 +453,7 @@ steps: ...@@ -444,15 +453,7 @@ steps:
- id: output - id: output
run: ../../steps/check_filtered_MS_array.cwl run: ../../steps/check_filtered_MS_array.cwl
label: check_filtered_MS_array label: check_filtered_MS_array
- id: merge_array
in:
- id: input
source: check_unflagged_fraction/msout
out:
- id: output
run: ../../steps/merge_array.cwl
label: merge_array
- id: calibrate_target - id: calibrate_target
in: in:
...@@ -479,7 +480,8 @@ steps: ...@@ -479,7 +480,8 @@ steps:
label: calibrate_target label: calibrate_target
scatter: scatter:
- msin - msin
when: $(!inputs.execute) when: $(!inputs.execute || inputs.selfcal_strategy == 'HBA')
- id: selfcal_target - id: selfcal_target
in: in:
- id: max_dp3_threads - id: max_dp3_threads
......
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