Syntax
CCDCamera.SaveImage ( FilePath )
Parameters
BSTR FilePath - path to save file in
Returns
Boolean - True if successful
Remarks
Saves the current image buffer (last exposure) as a FITS file in the location specified by FilePath. If no image buffer is available or the file cannot be saved for any reason an error will occur. Returns True if successful.