Commits
42 42 | <value>pbcor</value> |
43 43 | <allowed kind="enum"> |
44 44 | <value>pbcor</value> |
45 45 | <value>calcalpha</value> |
46 46 | </allowed> |
47 47 | </param> |
48 48 | |
49 49 | <!-- SUB-PARAMETERS --> |
50 50 | |
51 51 | <!-- pbcor = True --> |
52 - | <param type="string" name="reffreq" subparam="true" > |
53 - | <description>Reference frequency (if specified in clean)</description> |
54 - | <value></value> |
55 - | </param> |
52 + | <param type="string" name="reffreq" subparam="true" > |
53 + | <description>Reference frequency (if specified in clean)</description> |
54 + | <value></value> |
55 + | </param> |
56 56 | |
57 57 | <param type="double" name="pbmin" subparam="true"> |
58 58 | <description>PB threshold below which to not correct</description> |
59 59 | <value>0.2</value> |
60 60 | </param> |
61 61 | |
62 62 | <param type="string" name="field" subparam="true"> |
63 63 | <description>Fields to include in the PB calculation</description> |
64 64 | <value></value> |
65 65 | </param> |
66 66 | |
67 67 | <param type="intArray" name="spwlist" subparam="true"> |
68 68 | <description>List of N spw ids</description> |
69 69 | <value type="vector"> |
70 - | <value></value> |
71 - | </value> |
70 + | <value></value> |
71 + | </value> |
72 72 | </param> |
73 73 | |
74 74 | <param type="intArray" name="chanlist" subparam="true"> |
75 75 | <description>List of N channel ids</description> |
76 76 | <value type="vector"> |
77 - | <value></value> |
78 - | </value> |
77 + | <value></value> |
78 + | </value> |
79 79 | </param> |
80 80 | |
81 81 | <param type="doubleArray" name="weightlist" subparam="true"> |
82 82 | <description>List of N weights (relative)</description> |
83 83 | <value type="vector"> |
84 - | <value></value> |
85 - | </value> |
84 + | <value></value> |
85 + | </value> |
86 86 | </param> |
87 87 | |
88 - | <!-- calcalpha = True |
89 - | <param type="bool" name="calcerror" subparam="true"> |
88 + | <!-- calcalpha = True |
89 + | <param type="bool" name="calcerror" subparam="true"> |
90 90 | <description>Re-calculate spectral-index error image </description> |
91 91 | <value>False</value> |
92 92 | </param> --> |
93 93 | |
94 94 | <!-- CONSTRAINTS FOR SUB-PARAMETERS --> |
95 95 | |
96 96 | <constraints> |
97 97 | |
98 98 | <when param="action"> |
99 - | <equals type="string" value="pbcor"> |
99 + | <equals type="string" value="pbcor"> |
100 100 | <default param="reffreq"><value type="string"></value></default> |
101 101 | <default param="pbmin"><value type="double">0.2</value></default> |
102 102 | <default param="field"><value type="string"></value></default> |
103 103 | <default param="spwlist"><value type="intArray"></value></default> |
104 104 | <default param="chanlist"><value type="intArray"></value></default> |
105 105 | <default param="weightlist"><value type="doubleArray"></value></default> |
106 106 | </equals> |
107 - | </when> |
107 + | </when> |
108 108 | |
109 109 | </constraints> |
110 110 | |
111 111 | |
112 112 | </input> |
113 113 | |
114 114 | <returns type="void"/> |
115 115 | |
116 116 | <example> |
117 117 | |