mirror of
https://github.com/cosinekitty/astronomy.git
synced 2026-01-19 04:49:49 -05:00
725 B
725 B
//astronomy/io.github.cosinekitty.astronomy/Refraction
Refraction
enum Refraction : Enum<Refraction>
Selects whether to correct for atmospheric refraction, and if so, how.
Entries
| 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. |