Plate.DeleteFitsKey() Method

Delete the FITS header field for the given keyword

Syntax

Plate.DeleteFitsKey(Keyword)

The method syntax has these parts:

Part Description
Keyword (String) The keyword name of the FITS header field to delete
Return (Boolean) Success or failure (generates trappable error on failure)

Remarks

The space in the FITS header that was formerly occupied by the header field is reclaimed. You must call WriteFITS() or UpdateFITS() to make the change permanent.