3.5 Imaging/deconvolution: a brief sequence of commands

For the user, IMAGER reduces the number of actions to the strict minimum. The imaging sequence is always the same:
    1- Reading data
       READ UV MyData.uvt /RANGE Min Max Type
       ! here, optionally use UV_TIME, UV_COMPRESS to average data,
       ! and UV_BASELINE or UV_FILTER to remove continuum or filter lines.
    2- Imaging
       UV_MAP
    3- Deconvolving
       CLEAN
       ! here, optionally use UV_RESTORE
    4- Looking at the result
       VIEW CLEAN      ! or SHOW CLEAN
    5- Writing the result
       WRITE * MyData