2.3.1 Apply additional weighting to the visibility weights
Description
Apply visibility weighting to correct for the local density of sampling in the uv
plane. The imaging weights are written into a Table column called
IMAGING_WEIGHT, which may be plotted using plotweights. In addition
this columns may be accessed directly using either the table or ms modules.
To correct for visibility sampling effects, natural, uniform (the default), radial, and Briggs weighting are supported. These work as follows. Then:
![]() | (2.4) |
where σi is the noise of the i’th sample.
![]() | (2.5) |
![]() | (2.6) |
where Wk is the gridded weight of the relevant cell. It may be shown that this minimizes rms sidelobes over the field of view. By changing the field of view, one may suppress the sidelobes over a region different (usually smaller) than the image size.
![]() | (2.7) |
where:
![]() | (2.8) |
and R is the robust parameter. The scaling of R is such that R = 0 gives a good tradeoff between resolution and sensitivity. R takes value between -2.0 (close to uniform weighting) to 2.0 (close to natural).
![]() | (2.9) |
where R is the robust parameter and σR is the noise parameter.
For more details about Briggs (aka robust) weighting, see the Briggs thesis.
Note that this weighting is not cumulative since the imaging weights are calculated from the specified sigma (expected noise) per visibility (actually stored in the SIGMA column).
Arguments
| Inputs |
| ||
| type |
| Type of weighting
| |
| allowed: | string |
|
| Default: | uniform natural briggs radial natural |
|
| rmode |
| Mode of briggs weighting
| |
| allowed: | string |
|
| Default: | norm abs none |
|
| noise |
| Noise used in absolute briggs weighting
| |
| allowed: | any |
|
| Default: | variant 0.0Jy |
|
| robust |
| Parameter in briggs weighting
| |
| allowed: | double |
|
| Default: | 0.0 |
|
| fieldofview |
| Field of view for uniform weighting
| |
| allowed: | any |
|
| Default: | variant 0.0arcsec |
|
| npixels |
| Number of pixels in the u and v directions
| |
| allowed: | int |
|
| Default: | 0 |
|
| mosaic |
| Individually weight the fields of a mosaic
| |
| allowed: | bool |
|
| Default: | false |
|
| async |
| Run asynchronously in the background
| |
| allowed: | bool |
|
| Default: | false |
|
Example
im.weight(type=’briggs’, rmode=’norm’, robust=0.5)
Applies Briggs (robust) weighting.
Please send any comments or questions about CASA or AIPS++ to aips2-requests@nrao.edu
Copyright © 2008 Associated Universities Inc., Washington, D.C.
This code is available under the terms of the GNU General Public Lincense
Home |
Contact Us |
Directories |
Site Map |
Help |
Privacy Policy |
Search
Updated daily during alpha development.