Cfitsio Toolkit - matlab.io.fits.imgCompress
- : imgCompress(infile,
outfile)
Copy HDU and image data from one infile to another, using the outfiles compression type.
This is the equivalent of the cfitsio fits_img_compress function.
Inputs
infile - opened input fits file.
outfile - opened writable output fits file.
Outputs
None