//astronomy/io.github.cosinekitty.astronomy/Refraction
enum Refraction : Enum<Refraction>
Selects whether to correct for atmospheric refraction, and if so, how.
| None None() No atmospheric refraction correction (airless). |
|
| Normal Normal() Recommended correction for standard atmospheric refraction. |
|
| JplHor JplHor() Used only for compatibility testing with JPL Horizons online tool. |