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

Pass the correct solutions to finalize

parent 8f3e9193
No related branches found
No related tags found
1 merge request!175Add HBA self calibration
......@@ -102,6 +102,7 @@ outputs:
type: File
- id: outsolutions
outputSource:
- selfcal_target_hba/outsolutions
- selfcal_target/outsolutions
- insolutions
pickValue: first_non_null
......@@ -532,6 +533,8 @@ steps:
source: gsmcal_step
- id: selfcal_hba_imsize
source: selfcal_hba_imsize
- id: refAnt
source: findRefAnt_join/refant
out:
- id: msout
- id: outh5parm
......
......@@ -20,12 +20,11 @@ inputs:
default: [20000,20000]
- id: wsclean_tmpdir
type: string
- id: execute
type: boolean?
default: true
- id: selfcal_strategy
- id: refAnt
type: string?
default: 'HBA'
default: ''
doc: |
Reference antenna for phases. By default None.
outputs:
- id: msout
outputSource:
......@@ -39,6 +38,10 @@ outputs:
outputSource:
- image_target/image
type: File
- id: outsolutions
outputSource:
- self_calibrate_target/outh5parm
type: File
steps:
# START image target field
- id: h5parm_collector_skysolve
......@@ -172,7 +175,7 @@ steps:
- id: gaincal.log
- id: outh5parm
run: ./calib_targ.cwl
label: calibrate_target
label: self_calibrate_target
scatter:
- msin
# END HBA selfcal
......
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