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