EarthDeflection Enumeration |
Location of observer, determining whether the gravitational deflection due to the earth itself is applied.
Namespace: ASCOM.AstrometryAssembly: ASCOM.Astrometry (in ASCOM.Astrometry.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntaxpublic enum EarthDeflection
Public Enumeration EarthDeflection
public enum class EarthDeflection
Members| Member name | Value | Description |
|---|
| NoEarthDeflection | 0 |
No earth deflection (normally means observer is at geocenter)
|
| AddEarthDeflection | 1 |
Add in earth deflection (normally means observer is on or above surface of earth, including earth orbit)
|
RemarksUsed by GravDef method.
See Also