/// <summary> /// Gets Moon age in days /// </summary> private double Age(SkyContext c) { return(LunarEphem.Age(c.JulianDay)); }