matlab.io.fits.setHCompScale
Set scale parameter for images compressed with HCOMPRESS
algorithm
Syntax
matlab.io.fits.setHCompScale(fptr,scale)
Description
matlab.io.fits.setHCompScale(fptr,scale) sets the scale parameter
for the specified FITS file to use with the HCOMPRESS compression
algorithm. If you set the scale parameter, then the algorithm operates in lossy
mode.
Examples
Tips
This function corresponds to the
fits_set_hcomp_scalefunction in the CFITSIO library C API.To use this function, you must be familiar with the CFITSIO C interface. You can access the CFITSIO documentation at the CFITSIO website.