FIMGUNZIP (Jul92) ftools.fimage FIMGUNZIP (Jul92) NAME fimgunzip -- Restore the compressed images produced by fimgzip. USAGE fimgunzip infile outfile DESCRIPTION This task restores the compressed image produced by task fimgzip. The image will be appended at the output file. PARAMETERS infile [filename] The input FITS file and the binary table extension with compressed images outfile [filename] The output FITS file name. (clobber = no) [boolean] If true, an existing file with the same name as the requested output file will be overwritten. EXAMPLES Restore a compressed image stored in test_compress.fits[3], and put the output to test.fits: ft>fimgunzip test_compress.fits+3 test.fits BUGS SEE ALSO fimgzip