Cfitsio Toolkit - matlab.io.fits.deleteRows


: deleteRows(file, firstrow, numrows)

Insert a rows into a table.

This is the equivalent of the cfitsio fits_delete_rows function.

Inputs

file - opened fits file.

firstrow - Start row to delete.

numrows - Number of rows to delete.

Outputs

None