Predict side of pier for German equatorial mounts
Telescope.DestinationSideOfPier(RightAscension, Declination)
The method syntax has these parts:
Part | Description |
---|---|
RightAscension (Double) | The destination right ascension (hours). |
Declination (Double) | The destination declination (degrees, positive North). |
Return (PierSide) | The side of the pier on which the telescope would be on if a slew to the given equatorial coordinates is performed at the current instant of time. |
This is useful for pre-correction of destination coordinates for a slew when mechanical error correction is in effect. It may also be used in a predictive scheduling application.
The (symbolic) values for PierSide are:
Constant | Value | Description |
---|---|---|
pierEast | 0 | Mount on East side of pier (looking West) |
pierWest | 1 | Mount on West side of pier (looking East) |