Files
simgear/simgear/ephemeris
Edward d'Auvergne 50d7127c51 Calculation of the illuminance factor for the moon.
This is a number ranging between 0 and 1 based on the log of the illuminance of
the moon outside the atmosphere.  It is calculated as

    factor = (log(I) - max_loglux) / (max_loglux - min_loglux) + 1.0,

where I is the illuminance of the moon outside the atmosphere and min_loglux and
max_loglux are hardcoded to -0.504030345621 and -4.39964634562 respectively.
Although the value should never be outside of [0, 1], for safety it is clipped
to be between these values.  For more background, see
http://forum.flightgear.org/viewtopic.php?f=47&t=28201&start=60#p270516 .
2016-11-08 09:49:57 +01:00
..
2007-02-02 18:16:42 +00:00
2009-03-18 07:53:51 +01:00
2006-03-08 18:16:08 +00:00
2006-03-08 18:16:08 +00:00
2006-03-08 18:16:08 +00:00
2006-03-08 18:16:08 +00:00
2006-03-08 18:16:08 +00:00
2006-03-08 18:16:08 +00:00
2016-06-30 16:17:52 +01:00
2016-01-27 14:02:27 +00:00
2006-03-08 18:16:08 +00:00
2006-03-08 18:16:08 +00:00