Select Git revision
calib_cal.cwl
Forked from
ResearchAndDevelopment / LINC
Source project has a limited visibility.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
calib_cal.cwl 2.04 KiB
class: Workflow
cwlVersion: v1.0
id: calib_cal
label: calib_cal
$namespaces:
sbg: 'https://www.sevenbridges.com/'
inputs:
- id: msin
type: Directory
'sbg:x': -752
'sbg:y': -23
- id: skymodels
type: Directory
'sbg:x': -626
'sbg:y': -302
- id: flagunconverged
type: boolean
'sbg:x': 41
'sbg:y': 100
- id: propagate_solutions
type: boolean
'sbg:x': 77.1015625
'sbg:y': -259
- id: do_smooth
type: boolean
'sbg:x': -604
'sbg:y': 123
outputs:
- id: h5parm
outputSource:
- calib_cal/h5parm
type: File
'sbg:x': 429
'sbg:y': -52
- id: msout
outputSource:
- calib_cal/msout
type: Directory
'sbg:x': 404
'sbg:y': -227
steps:
- id: blsmooth
in:
- id: msin
source: msin
- id: do_smooth
source: do_smooth
out:
- id: msout
run: ../steps/blsmooth.cwl
label: BLsmooth
'sbg:x': -420
'sbg:y': -26
- id: predict
in:
- id: msin
source: blsmooth/msout
- id: sources_db
source: make_sourcedb/sourcedb
out:
- id: msout
run: ../lofar-cwl/steps/predict.cwl
'sbg:x': -1
'sbg:y': -71
- id: find_skymodel_cal_py
in:
- id: msin
source: msin
- id: skymodels
source: skymodels
out:
- id: output_models
run: ../steps/find_skymodel_cal.cwl
label: find_skymodel_cal.py
'sbg:x': -416
'sbg:y': -209
- id: make_sourcedb
in:
- id: sky_model
source: find_skymodel_cal_py/output_models
out:
- id: sourcedb
run: ../lofar-cwl/steps/makesourcedb.cwl
label: make_sourcedb
'sbg:x': -221
'sbg:y': -217
- id: calib_cal
in:
- id: msin
source: predict/msout
- id: msin_datacolumn
default: SMOOTHED_DATA
- id: propagate_solutions
source: propagate_solutions
- id: flagunconverged
source: flagunconverged
out:
- id: msout
- id: h5parm
run: ../lofar-cwl/steps/ddecal.cwl
'sbg:x': 222
'sbg:y': -89
requirements: []