/// <summary> /// Gets visual magnitude of the Moon /// </summary> public double Magnitude(SkyContext c) { return(LunarEphem.Magnitude(c.Get(PhaseAngle))); }