Plate.Solved Property

 Plate.Solved  (read-only, Boolean)
 
True if the plate has been solved by PinPoint (Boolean, FITS keyword PLTSOLVD)

Syntax

Plate.Solved

The property syntax has these parts:

Part Description
Value (Boolean) True if the plate has been solved by PinPoint (Boolean, FITS keyword PLTSOLVD)

Remarks

This corresponds to the PLTSOLVD keyword in the header of the attached FITS image. If the plate was not solved when attached, but was solved after attaching, this property will still be True, and a PLTSOLVD field in the FITS header will be created with the value "Y" when Plate.UpdateFITS() is called.