Open dmoore19 opened 1 year ago
The first step that I would take would be computing the number with another library, and comparing those two numbers first. For example, this routine would return a number you could compare with your numbers from PyEphem:
https://rhodesmill.org/skyfield/almanac.html#phases-of-the-moon
I'm trying to figure out the best way to calculate the phase of the moon, This is what I have:
But it is not matching up with trusted web sites with the same location and day.
Also trying to figure out how to get illumination percentage. Not sure. Thanks in advance.