Click or drag to resize

RefractionOption Enumeration

Type of refraction correction

Namespace: ASCOM.Astrometry
Assembly: ASCOM.Astrometry (in ASCOM.Astrometry.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntax
public enum RefractionOption
Members
Member nameValueDescription
NoRefraction0 No refraction correction will be applied
StandardRefraction1 Refraction will be applied based on "standard" weather values of temperature = 10.0C and sea level pressure = 1010 millibar
LocationRefraction2 Refraction will be applied based on the temperature and pressure supplied in the site location structure
See Also