Computes XY pixel coordinates of the given RA/Dec location and stores the X coordinate in the ScratchX property and the Y coordinate in the ScratchY property
Plate.SkyToXy(RightAscension, Declination)
The method syntax has these parts:
| Part | Description | 
|---|---|
| RightAscension (Double) | The right ascension (hours) | 
| Declination (Double) | The declination, degrees | 
| Return (Boolean) | Success or failure (generates trappable error on failure) |