RefractionOption Enumeration |
Type of refraction correction
Namespace: ASCOM.AstrometryAssembly: ASCOM.Astrometry (in ASCOM.Astrometry.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntaxpublic enum RefractionOption
Public Enumeration RefractionOption
public enum class RefractionOption
Members| Member name | Value | Description |
|---|
| NoRefraction | 0 |
No refraction correction will be applied
|
| StandardRefraction | 1 |
Refraction will be applied based on "standard" weather values of temperature = 10.0C and sea level pressure = 1010 millibar
|
| LocationRefraction | 2 |
Refraction will be applied based on the temperature and pressure supplied in the site location structure
|
See Also