matlab.io.fits.setHCompSmooth
Set smoothing parameter for images compressed with HCOMPRESS
algorithm
Syntax
matlab.io.fits.setHCompSmooth(fptr,smooth)
Description
matlab.io.fits.setHCompSmooth(fptr,smooth) sets the smoothing parameter
for the specified FITS file to use with the HCOMPRESS compression algorithm.
If you set the smoothing parameter, then the algorithm operates in lossy mode.
Examples
Tips
This function corresponds to the
fits_set_hcomp_smoothfunction 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.