WriteFitsHistory
CameraAPI.WriteFitsHistory( history, filename );
String history A history tag to add to the FITS header.
String filename The filename of the FITS file to modify.
None
Write a history tag to the specified FITS file. Uses the HISTORY keyword. Throws java.lang.Exception if an error occurs. All exceptions can be caught using a try/catch block.