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

Make selfcal_strategy default work?

parent 53e4a0d1
No related branches found
No related tags found
1 merge request!175Add HBA self calibration
......@@ -81,7 +81,7 @@ inputs:
- id: selfcal_region
type: File?
- id: selfcal_strategy
type: string
type: string?
default: 'HBA'
outputs:
- id: msout
......@@ -631,9 +631,11 @@ steps:
source: findRefAnt_join/refant
- id: prefix
default: ph_
- id: selfcal_strategy
source: selfcal_strategy
- id: execute
source: selfcal
valueFrom: '$(self ? false : true)'
valueFrom: '$(self ? (false || inputs.selfcal_strategy == "HBA") : true)'
out:
- id: output_plots
- id: logfile
......
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