matlab.io.fits.getBColParms
Get binary table information
Syntax
[ttype,tunit,typechar,repeat,scale,zero,nulval,tdisp]
= matlab.io.fits.getBColParms(fptr,colnum)
Description
[ttype,tunit,typechar,repeat,scale,zero,nulval,tdisp]
= matlab.io.fits.getBColParms(fptr,colnum) gets information about an existing
binary table column.
Examples
Tips
This function corresponds to the
fits_get_bcolparms(ffgbcl) function 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.