Source
111
111
<value>rq</value>
112
112
<value>swp/rq</value>
113
113
<value>opac</value>
114
114
<value>gc</value>
115
115
<value>gceff</value>
116
116
<value>eff</value>
117
117
<value>tecim</value>
118
118
</allowed>
119
119
</param>
120
120
121
+
122
+
<param type="string" name="infile" subparam="true">
123
+
<shortdescription>Input ancilliary file</shortdescription>
124
+
<description>Input ancilliary file
125
+
Subparameter of caltype='gc|gceff|tecim'
126
+
Default: none
127
+
</description>
128
+
<value></value>
129
+
</param>
130
+
131
+
121
132
<param type="string" name="spw">
122
133
<shortdescription>Select spectral window/channels</shortdescription>
123
134
<description>Select spectral window/channels
124
135
Default: '' (all spectral windows and channels)
125
136
126
137
Examples:
127
138
spw='0~2,4'; spectral windows 0,1,2,4 (all channels)
128
139
spw='<2'; spectral windows less than 2 (i.e. 0,1)
129
140
spw='0:5~61'; spw 0, channels 5 to 61
130
141
spw='0,10,3:3~45'; spw 0,10 all channels, spw
131
142
3 - chans 3 to 45.
132
143
spw='0~2:2~6'; spw 0,1,2 with channels 2
133
144
through 6 in each.
134
145
spw = '*:3~64' channels 3 through 64 for all sp id's
135
146
spw = ' :3~64' will NOT work.
136
147
</description>
137
148
<value></value>
138
149
</param>
150
+
139
151
<param type="string" name="antenna">
140
152
<shortdescription>Select data based on antenna/baseline</shortdescription>
141
153
<description>Select data based on antenna/baseline
142
154
Subparameter of selectdata=True
143
155
Default: '' (all)
144
156
145
157
If antenna string is a non-negative integer, it
146
158
is assumed an antenna index, otherwise, it is
147
159
assumed as an antenna name
148
160
155
167
indices 5-6 and 7-8
156
168
antenna='5'; all baselines with antenna index
157
169
5
158
170
antenna='05'; all baselines with antenna
159
171
number 05 (VLA old name)
160
172
antenna='5,6,10'; all baselines with antennas
161
173
5,6,10 index numbers
162
174
</description>
163
175
<value></value>
164
176
</param>
177
+
165
178
<param type="string" name="pol">
166
179
<shortdescription>Calibration polarizations(s) selection</shortdescription>
167
180
<description>Polarization selection for specified parameters
168
181
Default: pol='' (specified parameters apply to
169
182
all polarizations)
170
183
171
184
Example: pol='R' (specified parameters to
172
185
apply to R only)
173
186
</description>
174
187
<value></value>
200
213
<param type="bool" name="uniform" subparam="true">
201
214
<shortdescription>Assume uniform calibration values across the array</shortdescription>
202
215
<description>Assume uniform calibration values across the array
203
216
Subparameter of caltype='tsys'
204
217
Default: True
205
218
Options: True|False
206
219
</description>
207
220
<value>True</value>
208
221
</param>
209
222
210
-
<param type="string" name="infile" subparam="true">
211
-
<shortdescription>Input ancilliary file</shortdescription>
212
-
<description>Input ancilliary file
213
-
Subparameter of caltype='gc|gceff|tecim'
214
-
Default: none
215
-
</description>
216
-
<value></value>
217
-
</param>
218
-
219
223
220
224
<constraints>
221
225
<when param="caltype">
222
226
<equals value="tecim">
223
227
<default param="infile"><value type="string"></value></default>
224
228
</equals>
225
229
<equals value="gc">
226
230
<default param="infile"><value type="string"></value></default>
227
231
</equals>
228
232
<equals value="gceff">