Plate.WriteComment() Method

Writes a COMMENT record to the attached FITS image

Syntax

Plate.WriteComment(Text)

The method syntax has these parts:

Part Description
Text (String) The text of the comment to be recorded. If it exceeds 72 characters in length, multiple COMMENT records are added as needed.
Return (Boolean) Success or failure (generates trappable error on failure)

Remarks

The image file is reopened for write if needed.