matlab.io.fits.openDiskFile
Open FITS file
Description
fptr = openDiskFile(
opens an
existing FITS file in read-only mode and returns a file pointer
filename
)fptr
, which is the first header data unit (HDU).. The
openDiskFile
function does not support the extended-filename
syntax.
This function corresponds to the fits_open_diskfile (ffdkopen)
function in the CFITSIO library C API.
The openDiskFile
function is similar to the openFile
function, except that openDiskFile
does
not support the extended-filename syntax in the input filename. Use
openDiskFile
in cases where the filename (or folder path)
contains square or curly brace characters that would confuse the extended-filename
parser.
Examples
Input Arguments
Version History
Introduced in R2018a