WRITE

        [CLEAN\]WRITE EntityName File [Format] [/APPEND] [/RANGE Start End Kind]
    [/REPLACE] [/TRIM [Any]]

    WRITE the entity specified by EntityName on to the specified File.

    The "entity" can be a known "Buffer" (e.g. UV, CGAINS,  and  BEAM,  PRIMARY,
    DIRTY, CLEAN, RESIDUAL, SUPPORT, CCT, SKY, see HELP BUFFER for details and a
    more  complete  list).  In this case, default extensions are .uvt for UV and
    CGAINS and

    The "entity" can also be any SIC Image variable. The  default  extension  is
    then .gdf.

    Format  is  an  optional argument indicating the output file data format. It
    can take the value GILDAS (the default) or FITS. FITS format is allowed  for
    UV  data  and  images, but not for tables like the Clean Component, or self-
    calibration results.  Options /APPEND and /REPLACE are not useable for  FITS
    format.

    For  UV  data,  the flagged data are written by default. They may be omitted
    using the /TRIM option.

    WRITE * File can be used to write all modified  image-like  buffers  (EXCEPT
    the  UV tables) under a common File name. This typically include .beam, .lmv
    and .lmv-clean, but also the .lmv-sky file if the PRIMARY command  has  been
    used after deconvolution.


    Options  /APPEND  and  /REPLACE  are mutually exclusive, and in general used
    with the /RANGE option.


Subsections