Cfitsio Toolkit - matlab.io.fits.getBColParms
- :
[ttype,tunit,typechar,repeat,scale,zero,nulval,tdisp]=getBColParms(file, colnum) Get binary table parameters.
This is the equivalent of the cfitsio fits_get_bcolparms function.
Inputs
file - opened fits file.
colnum - Column to retrieve.
Outputs
ttype,tunit,typechar,repeat,scale,zero,nulval,tdisp column information in same format as provided by fits_get_bcolparms.