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

Don't trigger LBA selfcal for HBA

parent 324c7b42
No related branches found
No related tags found
1 merge request!175Add HBA self calibration
...@@ -388,7 +388,7 @@ steps: ...@@ -388,7 +388,7 @@ steps:
out: out:
- id: output - id: output
run: ../../steps/merge_array.cwl run: ../../steps/merge_array.cwl
label: merge_array_full label: merge_array_concat_full
- id: aoflag - id: aoflag
in: in:
...@@ -534,7 +534,8 @@ steps: ...@@ -534,7 +534,8 @@ steps:
- id: outsolutions - id: outsolutions
run: ./selfcal_targ.cwl run: ./selfcal_targ.cwl
label: selfcal_target label: selfcal_target
when: $(inputs.execute) when: $(inputs.execute && inputs.selfcal_strategy == 'LBA')
- id: h5parm_collector - id: h5parm_collector
in: in:
- id: h5parmFiles - id: h5parmFiles
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment