Cfitsio Toolkit - matlab.io.fits.getNumRows
nrows=getNumRows(file)Get number of rows.
This is the equivalent of the cfitsio fits_get_numrowsll function.
Inputs
file - opened fits file.
Outputs
nrows - the number of rows in in the current table.
nrows = getNumRows(file)Get number of rows.
This is the equivalent of the cfitsio fits_get_numrowsll function.
file - opened fits file.
nrows - the number of rows in in the current table.