matlab.io.fits.getOpenFiles
Get list of open FITS files
Syntax
fptrs = matlab.io.fits.getOpenFiles
Description
fptrs = matlab.io.fits.getOpenFiles returns a list of file
pointers of all open FITS files.
Examples
Tips
In a thread-based environment, this function returns the open files for the current worker, not every open file across the entire process.