Plate.Solve() Method

Solve for the coordinate info of the attached image (calls FindImageStars() and FindCatalogStars() as needed)

Syntax

Plate.Solve()

The method syntax has these parts:

Part Description
Return (Boolean) Success or failure (generates trappable error on failure)

Remarks

The WCS data must be valid before calling this method. When called, this method does the matching of the image and catalog stars, solves for the plate constants and updates the internal WCS info to its best estimate. To update the WCS data in the attached FITS image, you must call WriteWCS() after calling Solve().