Cfitsio Toolkit - matlab.io.fits.insertImg


: insertImg(file, bitpix, naxis)

Insert a new primary image or image extension at current HDU position.

This is the equivalent of the cfitsio fits_insert_imgll function.

Inputs

file - file previously opened with openFile, openDiskFile or createFile.

bitpix - type for the data as a string in either matlab or cfitsio naming.

naxis - axis values for the image.

Outputs

None