matlab.io.fits.getColType
Get scaled column data type, repeat value, and width
Syntax
[dtype,repeat,width] = matlab.io.fits.getColType(fptr,colnum)
Description
[dtype,repeat,width] = matlab.io.fits.getColType(fptr,colnum)
returns the data type, vector repeat value, and the width in bytes of a column in an
ASCII or binary table.
Examples
Tips
This function corresponds to the
fits_get_coltype(ffgtcl) 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.