forked from EOSC-LOFAR/prefactor-cwl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
prefactor.cwl
256 lines (221 loc) · 5.72 KB
/
prefactor.cwl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
cwlVersion: v1.0
class: Workflow
cwlVersion: v1.0
requirements:
ScatterFeatureRequirement: {}
inputs:
ms_array: Directory[]
reference_station: string
avg.freqstep: int
avg.timestep: int
flag.baseline: string
maxlambda_lowres: int
cellsize_lowres_deg: float
numcpu: int
mem_pct: int
image_padding: float
outputs:
losoto_h5:
type: File
format: http://revoltek.github.io/losoto/cookbook.pdf
label: "H5Parm solutions"
outputSource: h5imp_cal/losoto_h5
dTEC_1st:
type: File
format: https://docs.scipy.org/doc/numpy-dev/neps/npy-format.html
label: "TEC solutions"
outputSource: fitclock/dTEC_1st
dTEC_1st_sm:
type: File
format: https://docs.scipy.org/doc/numpy-dev/neps/npy-format.html
label: "Smoothed TEC solutions"
outputSource: fitclock/dTEC_1st_sm
dclock_1st:
type: File
format: https://docs.scipy.org/doc/numpy-dev/neps/npy-format.html
label: "Clock solutions"
outputSource: fitclock/dclock_1st
dclock_1st_sm:
type: File
format: https://docs.scipy.org/doc/numpy-dev/neps/npy-format.html
label: "Smoothed clock solutions"
outputSource: fitclock/dclock_1st_sm
amplitude_array:
type: File
format: https://docs.scipy.org/doc/numpy-dev/neps/npy-format.html
label: "Amplitude solutions"
outputSource: ampl/amplitude_array
dtec_allsols:
type: File
format: iana:image/png
outputSource: plots/dtec_allsols
dclock_allsols:
type: File
format: iana:image/png
outputSource: plots/dclock_allsols
amp_allsols:
type: File
format: iana:image/png
outputSource: plots/amp_allsols
phase_xx_yy_offset:
type: File
format: iana:image/png
outputSource: phase/phase_xx_yy_offset
freqs_for_phase_array:
type: File
format: https://docs.scipy.org/doc/numpy-dev/neps/npy-format.html
label: "Frequencies"
outputSource: phase/freqs_for_phase_array
phase_array:
type: File
format: https://docs.scipy.org/doc/numpy-dev/neps/npy-format.html
label: "Phase solutions"
outputSource: phase/phase_array
station_names:
type: File
format: https://docs.scipy.org/doc/numpy-dev/neps/npy-format.html
label: "Station names"
outputSource: phase/station_names
polXX_dirpointing:
type: File
format: iana:image/png
outputSource: plot_cal_phases/polXX_dirpointing
polYY_dirpointing:
type: File
format: iana:image/png
outputSource: plot_cal_phases/polYY_dirpointing
psf:
type: File
format: iana:image/fits
outputSource: create_image/psf
residual:
type: File
format: iana:image/fits
outputSource: create_image/residual
model:
type: File
format: iana:image/fits
outputSource: create_image/model
dirty:
type: File
format: iana:image/fits
outputSource: create_image/dirty
steps:
ndppp_prep_cal:
run: steps/ndppp_prep_cal.cwl
in:
msin: ms_array
avg.freqstep: avg.freqstep
avg.timestep: avg.timestep
flag.baseline: flag.baseline
scatter: msin
out:
[msout]
sky_cal:
run: steps/sky_cal.cwl
in:
ms: ndppp_prep_cal/msout
scatter: ms
out:
[skymodel]
calib_cal:
run: steps/calib_cal.cwl
in:
observation: ndppp_prep_cal/msout
catalog: sky_cal/skymodel
scatter:
- observation
- catalog
scatterMethod: dotproduct
out:
[mscalib]
h5imp_cal:
run: steps/h5imp_cal.cwl
in:
ms_array: calib_cal/mscalib
out:
[losoto_h5]
fitclock:
run: steps/fitclock.cwl
in:
globaldbname: h5imp_cal/losoto_h5
out:
[dTEC_1st, dTEC_1st_sm, dclock_1st, dclock_1st_sm]
ampl:
run: steps/ampl.cwl
in:
globaldbname: h5imp_cal/losoto_h5
out:
[amplitude_array]
plots:
run: steps/plots.cwl
in:
amplitude_array: ampl/amplitude_array
dclock_1st: fitclock/dclock_1st
dclock_1st_sm: fitclock/dclock_1st_sm
dtec_1st_sm: fitclock/dTEC_1st_sm
out:
[dtec_allsols, dclock_allsols, amp_allsols]
phase:
run: steps/phase.cwl
in:
losoto: h5imp_cal/losoto_h5
out:
- freqs_for_phase_array
- phase_array
- station_names
- phase_xx_yy_offset
plot_cal_phases:
run: steps/plot_cal_phases.cwl
in:
h5parm: h5imp_cal/losoto_h5
reference_station: reference_station
out:
[polXX_dirpointing, polYY_dirpointing]
do_magic:
run: steps/do_magic.cwl
in:
prepcals: calib_cal/mscalib
out:
- mapfile_paths
- mapfile_deep_high_padded
- mapfile_deep_high_size
- mapfile_deep_low_padded_size
- mapfile_deep_low_size
- mapfile_freqstep
- mapfile_high_padded_size
- mapfile_high_size
- mapfile_low_padded_size
- mapfile_low_size
- mapfile_nbands
- mapfile_nchansout_clean1
- mapfile_nwavelengths_high
- mapfile_nwavelengths_low
- mapfile_single
- mapfile_timestep
create_image:
run: steps/create_image.cwl
in:
mapfile_deep_low_size: do_magic/mapfile_deep_low_size
mapfile_nchansout_clean1: do_magic/mapfile_nchansout_clean1
mapfile_nwavelengths_low: do_magic/mapfile_nwavelengths_low
prepcals: calib_cal/mscalib
image_padding: image_padding
maxlambda_lowres: maxlambda_lowres
cellsize_lowres_deg: cellsize_lowres_deg
numcpu: numcpu
mem_pct: mem_pct
out:
- psf
- dirty
- residual
- model
$namespaces:
s: http://schema.org/
iana: https://www.iana.org/assignments/media-types/
$schemas:
- 'https://schema.org/docs/schema_org_rdfa.html'
s:license: 'https://mit-license.org/'
s:author:
s:person.url: 'http://orcid.org/0000-0002-6136-3724'
s:person.url: 'https://orcid.org/0000-0001-5125-9539'