Commits
Darrell Schiebel authored 34847b557f2
21 21 | </param> |
22 22 | |
23 23 | <param type="intArray" name="moments"> |
24 24 | <description>List of moments you would like to compute</description> |
25 25 | <value>0</value> |
26 26 | <example>moments=1</example> |
27 27 | </param> |
28 28 | |
29 29 | <param type="any" name="axis" > |
30 30 | <description>The momement axis: ra, dec, lat, long, spectral, or stokes</description> |
31 - | <any type='variant' limmittype='string int'/> |
31 + | <any type='variant' limittypes='string int'/> |
32 32 | <value type='string'>spectral</value> |
33 33 | <example>axis="ra"</example> |
34 34 | </param> |
35 35 | |
36 36 | <param type="any" name="region"> |
37 37 | <description>Region selection. Default is to use the full image.</description> |
38 - | <any type='variant' limittype='string stringArray'/> |
38 + | <any type='variant' limittypes='string stringArray'/> |
39 39 | <value type='string'/> |
40 40 | <example>region="myregion.crtf"</example> |
41 41 | </param> |
42 42 | |
43 43 | <param type="string" name="box"> |
44 44 | <description>Rectangular region(s) to select in direction plane. Default is to use the entire direction plane.</description> |
45 45 | <value/> |
46 46 | <example>box="40,40,120,120"</example> |
47 47 | </param> |
48 48 | |