matlab.io.fits.readBTblHdr
Read header information from current binary table
Syntax
[nrows,ttype,tform,tunit,extname,pcount] = matlab.io.fits.readBTblHdr(fptr)
Description
[nrows,ttype,tform,tunit,extname,pcount] = matlab.io.fits.readBTblHdr(fptr)
returns header information for the current binary table.
Examples
Tips
This function corresponds to the
fits_read_btblhdrll(ffghbnll) 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.