PoleOffsetCorrection Enumeration |
Type of pole offset
Namespace: ASCOM.AstrometryAssembly: ASCOM.Astrometry (in ASCOM.Astrometry.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntaxpublic enum PoleOffsetCorrection
Public Enumeration PoleOffsetCorrection
public enum class PoleOffsetCorrection
Members| Member name | Value | Description |
|---|
| ReferredToMeanEclipticOfDate | 1 |
For corrections to angular coordinates of modelled pole referred to mean ecliptic of date, that is, delta-delta-psi
and delta-delta-epsilon.
|
| ReferredToGCRSAxes | 2 |
For corrections to components of modelled pole unit vector referred to GCRS axes, that is, dx and dy.
|
RemarksUsed by CelPole.
See Also