Syntax
CCDCamera.SetFITSKey ( Key, Value )
Parameters
BSTR Key – key name
VARIANT Value – New value for the key
Returns
Boolean – True if successful
Remarks
You can set various FITS header parameters for the most recently exposed image using this method. The Key and Value entries must follow the FITS guidelines. The values can be integer, float, boolean, or string. Returns True if successful.