1 GILDAS_FITS GILDAS_FITS Converts a GILDAS image in a disk FITS image. A disk FITS image is an 2880 bytes per block file conforming to FITS standard for the information written in the blocks. Such disk FITS images can be produced by other packages (e.g. AIPS). This task is intended for a single image. For many images, or tape FITS, use the interactive program GFITS. 2 IN$ TASK\FILE "Input Gildas File" IN$ The input GILDAS image name 2 FITS$ TASK\FILE "Output FITS file" FITS$ The output FITS file name 2 NBIT$ TASK\INTEGER "Number of bits" NBIT$ The number of bits in the FITS file. Use 16, 32, -32 (IEEE reals) or -64 (IEEE double-precision). 2 STYLE$ TASK\CHARACTER "Style of FITS file (STANDARD or UVFITS)" STYLE$ Type of output FITS file. Use UVFITS for UV tables, STANDARD for images. 1 END