Cfitsio Toolkit - matlab.io.fits.insertCol
- : insertCol(file,
colnum, ttype, tform)
Insert a column into a table.
This is the equivalent of the cfitsio fits_insert_col function.
Inputs
file - opened fits file.
colnum - Column to delete from current table.
ttype, tform - column type to insert
Outputs
None