Commits

David Mehringer authored 78a881250f2
CAS-11355 region is no longer a subparam

gcwrap/tasks/imcollapse.xml

Modified
35 35 <param type="string" name="outfile">
36 36 <description>Name of output CASA image. Must be specified.</description>
37 37 <value/>
38 38 <example>outfile='collapsed.im'</example>
39 39 </param>
40 40 <param type="string" name="box">
41 41 <description>Rectangular region to select in direction plane. Default is to use the entire direction plane.</description>
42 42 <value/>
43 43 <example>box="100,100,200,200"</example>
44 44 </param>
45 - <param type="string" name="region" subparam="true">
45 + <param type="string" name="region">
46 46 <description>Region selection. Default is to use the full image.</description>
47 47 <value/>
48 48 <example>region="my.rgn"</example>
49 49 </param>
50 50 <param type="string" name="chans">
51 51 <description>Channels to use. Default is to use all channels.</description>
52 52 <value/>
53 53 </param>
54 54 <param type="string" name="stokes">
55 55 <description>Stokes planes to use. Default is to use all Stokes planes.</description>
71 71 </param>
72 72
73 73 <constraints>
74 74 <when param="outfile">
75 75 <notequals type="string" value="">
76 76 <default param="overwrite">
77 77 <value>False</value>
78 78 </default>
79 79 </notequals>
80 80 </when>
81 - <when param="box">
82 - <equals type="string" value="">
83 - <default param="region">
84 - <value>""</value>
85 - </default>
86 - </equals>
87 - </when>
88 81 <when param="mask">
89 82 <notequals type="string" value="">
90 83 <default param="stretch">
91 84 <value>False</value>
92 85 </default>
93 86 </notequals>
94 87 </when>
95 88 </constraints>
96 89 </input>
97 90 <returns type="bool"/>

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

Add shortcut