matlab.io.fits.getAColParms
Get ASCII table information
Syntax
[ttype,tbcol,tunit,tform,scale,zero,nulstr,tdisp]
= matlab.io.fits.getAColParms(fptr,colnum)
Description
[ttype,tbcol,tunit,tform,scale,zero,nulstr,tdisp]
= matlab.io.fits.getAColParms(fptr,colnum) gets information about an existing
ASCII table column.
Examples
Tips
This function corresponds to the
fits_get_acolparms(ffgacl) 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.