WriteFitsFile
CameraAPI.WriteFitsFile( filename, rows, cols );
String filename The filename of the FITS file to create.
int rows The image rows.
int cols The image columns.
None
Write the primary image buffer data to a FITS file. The size of the image to write is specified by the rows and cols parameters. Throws java.lang.Exception if an error occurs. All exceptions can be caught using a try/catch block.