matlab.io.fits.readATblHdr
Read header information from current ASCII table
Syntax
[rowlen,nrows,ttype,tbcol,tform,tunit,extname] = matlab.io.fits.readATblHdr(fptr)
Description
[rowlen,nrows,ttype,tbcol,tform,tunit,extname] = matlab.io.fits.readATblHdr(fptr)
returns header information for the current ASCII table.
Examples
Tips
This function corresponds to the
fits_read_atblhdrll(ffghtbll) 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.