CloseFitsFile
Syntax
CameraAPI.CloseFitsFile( handle );
Parameters
int handle
The handle to a previously created and open FITS file. The return value from
CreateFitsFile()
or
Create3DFitsFile()
.
Returns
None
Remarks
Closes an open FITS file/data cube. Throws java.lang.Exception if an error occurs. All exceptions can be caught using a
try/catch
block.