WriteXLBufferToFits
CameraAPI.WriteXLBufferToFits( filename, rows, cols );
String filename The FITS filename.
int rows The row size of the image.
int cols The column size of the image.
None
Writes an extra-large image buffer to the specified FITS file. Throws java.lang.Exception if an error occurs. All exceptions can be caught using a try/catch block.