UV Table handling

Besides the READ UV and WRITE UV commands to read or write uv tables, IMAGER has a number of commands to manipulate the current uv table buffer. These commands have names starting by UV_. Most of them are in the CLEAN\ language, some in the ADVANCED\ one.

IMAGER works using UV buffers. Most commands only work on the current UV buffer, but some of them keep track of the previous buffer to allow the user to revert the operation.

Data inspection and editing:

Data size reduction routines:

Continuum processing commands:

Image preparation:

UV Plane analysis:

Miscellaneous:

The remaining UV_... commands are related to imaging and deconvolution: UV_MAP computes the dirty image, UV_RESTORE computes the Clean image from a Clean component list by removal of the Clean components in the uv plane, and imaging of the residuals. UV_RESIDUAL just computes the residuals by subtraction of the Clean components.

Finally, UV_SELF, in the CALIBRATE\ language, is a specific variant of UV_MAP used to compute the intermediate images required for self-calibration. It is not intended for direct use by normal users.