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

Fix step execution order

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