Commits

Ville Suoranta authored 2631e96cdb0 Merge
Merge pull request #461 in CASA/casa from CAS-11296 to master

* commit '2a1e4b94240a1752c3ee63f986a0ca8bfdf20f36': doubleArrayArray isn't a casa xml type

gcwrap/tasks/flagdata.xml

Modified
175 175 </param>
176 176 <param type="any" name="feed" subparam="true">
177 177 <description>Multi-feed numbers: Not yet implemented</description>
178 178 <any type="variant" limittypes="string stringArray" />
179 179 <value type="string" />
180 180 </param>
181 181
182 182 <!-- CLIP parameters -->
183 183 <param type="any" name="clipminmax" subparam="true">
184 184 <description>Range to use for clipping</description>
185 - <any type="variant" limittypes="doubleArray doubleArrayArray" />
185 + <any type="variant" limittypes="doubleArray" />
186 186 <value type="doubleArray"></value>
187 187 </param>
188 188 <param type="any" name="datacolumn" subparam="true">
189 189 <description>Data column on which to operate (data,corrected,model,weight,etc.)</description>
190 190 <any type="variant" limittypes="string stringArray" />
191 191 <value type="string">DATA</value>
192 192 </param>
193 193 <param type="any" name="clipoutside" subparam="true">
194 194 <description>Clip outside the range, or within it</description>
195 195 <any type="variant" limittypes="bool boolArray" />

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut