Commits

urvashirau authored 589e308bf76
CAS-8434 : Two weighting options did not have uvtaper listed as a sub-parameter.

Added them. ( Need to test that they are actually honored, when run from inp/go as well as as a tclean command. )

casatasks/xml/tclean.xml

Modified
1584 1584 </description>
1585 1585 <value type="string"/>
1586 1586 </param>
1587 1587
1588 1588
1589 1589
1590 1590
1591 1591
1592 1592
1593 1593 <param type="string" name="weighting">
1594 - <shortdescription>Weighting scheme (natural,uniform,briggs, briggsabs[experimental], briggsbwtaper[experimental])</shortdescription>
1594 + <shortdescription>Weighting scheme (natural,uniform,briggs, superuniform, radial, briggsabs[experimental], briggsbwtaper[experimental])</shortdescription>
1595 1595 <description>Weighting scheme (natural,uniform,briggs,superuniform,radial, briggsabs, briggsbwtaper)
1596 1596
1597 1597 During gridding of the dirty or residual image, each visibility value is
1598 1598 multiplied by a weight before it is accumulated on the uv-grid.
1599 1599 The PSF's uv-grid is generated by gridding only the weights (weightgrid).
1600 1600
1601 1601 weighting='natural' : Gridding weights are identical to the data weights
1602 1602 from the MS. For visibilities with similar data weights,
1603 1603 the weightgrid will follow the sample density
1604 1604 pattern on the uv-plane. This weighting scheme
2663 2663 <default param="conjbeams"><value>False</value></default>
2664 2664 <default param="usepointing"><value>False</value></default>
2665 2665 </equals>
2666 2666 </when>
2667 2667
2668 2668 <when param="weighting">
2669 2669 <equals type="string" value="natural">
2670 2670 <default param="uvtaper"><value>[]</value></default>
2671 2671 </equals>
2672 2672 <equals type="string" value="uniform">
2673 + <default param="uvtaper"><value>[]</value></default>
2674 + </equals>
2675 + <equals type="string" value="superuniform">
2676 + <default param="uvtaper"><value>[]</value></default>
2677 + </equals>
2678 + <equals type="string" value="radial">
2679 + <default param="uvtaper"><value>[]</value></default>
2673 2680 </equals>
2674 2681 <equals type="string" value="briggs">
2675 2682 <default param="robust"><value>0.5</value></default>
2676 2683 <default param="npixels"><value>0</value></default>
2677 2684 <default param="uvtaper"><value>[]</value></default>
2678 2685 </equals>
2679 2686 <equals type="string" value="briggsabs">
2680 2687 <default param="robust"><value>0.5</value></default>
2681 2688 <default param="noise"><value>&quot;1.0Jy&quot;</value></default>
2682 2689 <default param="npixels"><value>0</value></default>

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

Add shortcut