AstroUtilitiesMoonIllumination Method
Returns the fraction of the Moon's surface that is illuminated
Namespace: ASCOM.ToolsAssembly: ASCOM.AstrometryTools (in ASCOM.AstrometryTools.dll) Version: 3.0.0-rc.1+86c25ce733aebb4d8b1b8a62e84770ea5e972bea
public static double MoonIllumination(
double JD
)
Public Shared Function MoonIllumination (
JD As Double
) As Double
- JD Double
- Julian day (UTC) for which the Moon illumination is required
DoublePercentage illumination of the Moon
The algorithm used is that given in Astronomical Algorithms (Second Edition, Corrected to August 2009)
Chapter 48 p345 by Jean Meeus (Willmann-Bell 1991). The Sun and Moon positions are calculated by high precision NOVAS 3.1 library using JPL DE 421 ephemerides.
Supported in: 2.0