matlab.io.fits.setTileDim
Set tile dimensions
Syntax
matlab.io.fits.setTileDim(fptr,tiledims)
Description
matlab.io.fits.setTileDim(fptr,tiledims) sets the size of the
image compression tiles for the specified FITS file to use when creating a compressed
image.
Examples
Tips
This function corresponds to the
fits_set_tile_dimfunction 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.