Coordinate system of the output position
Namespace: ASCOM.AstrometryAssembly: ASCOM.Astrometry (in ASCOM.Astrometry.dll) Version: 6.0.0.0 (6.6.9999.9999)
SyntaxPublic Enumeration CoordSys
public enum class CoordSys
Members| Member name | Value | Description |
|---|
| GCRS | 0 |
GCRS or "local GCRS"
|
| EquinoxOfDate | 1 |
True equator and equinox of date
|
| CIOOfDate | 2 |
True equator and CIO of date
|
| Astrometric | 3 |
Astrometric coordinates, i.e., without light deflection or aberration.
|
RemarksUsed by function Place
See Also