CloseFitsFile
CameraAPI.CloseFitsFile( handle );
int handle The handle to a previously created and open FITS file. The return value from CreateFitsFile() or Create3DFitsFile().
None
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.