matlab.io.fits.openDiskFile
Open FITS file
Syntax
Description
fptr = matlab.io.fits.openDiskFile(
opens an existing FITS file in read-only mode and returns a file pointer to the
first header data unit (HDU).filename)
The openDiskFile function is similar to the matlab.io.fits.openFile function, except that the
openDiskFile function does not support the
extended-filename syntax in the input filename. Use the
openDiskFile function in cases where the filename (or
folder path) contains square-bracket or curly-brace characters that the
extended-filename parser cannot interpret.
Examples
Input Arguments
Tips
This function corresponds to the
fits_open_diskfile(ffdkopen) 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.