astronomy

//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.