Commits
11 11 | <!-- --> |
12 12 | |
13 13 | <task type="function" name="imcollapse" category="analysis"> |
14 14 | |
15 15 | <shortdescription>Collapse image along one axis, aggregating pixel values along that axis.</shortdescription> |
16 16 | |
17 17 | <input> |
18 18 | <param type="string" name="imagename" mustexist="true"> |
19 19 | <description>Name of the input image</description> |
20 20 | <value/> |
21 - | <example>imagenam='ngc5921.im'</example> |
21 + | <example>imagename='ngc5921.im'</example> |
22 22 | </param> |
23 23 | <param type="string" name="function"> |
24 24 | <description>Aggregate function to apply. This can be set one of flux, max, mean, median, min, rms, stdev, sum, variance. Must be specified.</description> |
25 25 | <value/> |
26 26 | <example>function="max"</example> |
27 27 | <example>function="rms</example> |
28 28 | <example>function="mean"</example> |
29 29 | </param> |
30 30 | <param type="variant" name="axes"> |
31 31 | <description>Zero-based axis number(s) or minimal match strings to collapse.</description> |