Plate.ReadFITSValue() Method

Reads the raw value corresponding to a given FITS header keyword

Syntax

Plate.ReadFITSValue(Keyword)

The method syntax has these parts:

Part Description
Keyword (String) The keyword for the desired value
Return (String) The raw value corresponding to the given keyword.

Remarks

Note that if the value is a text field, the returned string will include the enclosing single quote characters.