Commits
1 1 | <casaxml xsi:schemaLocation="http://casa.nrao.edu/schema/casa.xsd file:///opt/casa/code/xmlcasa/xml/casa.xsd" xmlns="http://casa.nrao.edu/schema/psetTypes.html" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
2 2 | |
3 3 | |
4 4 | |
5 5 | <task type="function" name="widebandpbcor" category="imaging" visibility="experimental"> |
6 6 | |
7 7 | <shortdescription>Wideband PB-correction on the output of the MS-MFS algorithm</shortdescription> |
8 8 | |
9 - | <description>WideBand Primary-beam correction. It computes a set of PBs at the specified frequencies, calculates Taylor-coefficient images that represent the PB spectrum, performs a polynomial division to PB-correct the output Taylor-coefficient images from clean(nterms>1), and recompute spectral index (and curvature) using the PB-corrected Taylor-coefficient images </description> |
9 + | <description>WideBand Primary-beam correction. It computes a set of PBs at the specified frequencies, calculates Taylor-coefficient images that represent the PB spectrum, performs a polynomial division to PB-correct the output Taylor-coefficient images from clean(nterms>1), and recompute spectral index (and curvature) using the PB-corrected Taylor-coefficient images. </description> |
10 10 | |
11 11 | <input> |
12 12 | |
13 13 | |
14 14 | |
15 15 | <param type="path" name="vis" kind="ms" mustexist="true"><shortdescription>Name of measurement set. </shortdescription><description>Name of measurement set. </description> |
16 16 | |
17 17 | <value/> |
18 18 | </param> |
19 19 | |