ITelescopeV3EquatorialSystem Property
Equatorial coordinate system used by this telescope (e.g. Topocentric or J2000).

Namespace: ASCOM.DeviceInterface
Assembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
Syntax
EquatorialCoordinateType EquatorialSystem { get; }

Property Value

Type: EquatorialCoordinateType
Remarks

Must be implemented, must not throw a PropertyNotImplementedException.

Most amateur telescopes use local topocentric coordinates. This coordinate system is simply the apparent position in the sky (possibly uncorrected for atmospheric refraction) for "here and now", thus these are the coordinates that one would use with digital setting circles and most amateur scopes. More sophisticated telescopes use one of the standard reference systems established by professional astronomers. The most common is the Julian Epoch 2000 (J2000). These instruments apply corrections for precession,nutation, abberration, etc. to adjust the coordinates from the standard system to the pointing direction for the time and location of "here and now".

This is only available for telescope InterfaceVersions 2 and 3

See Also