Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calculating Eclipses #30

Open
leoplaw opened this issue Mar 27, 2024 · 0 comments
Open

Calculating Eclipses #30

leoplaw opened this issue Mar 27, 2024 · 0 comments

Comments

@leoplaw
Copy link

leoplaw commented Mar 27, 2024

I believe the ephemeris produces enough information to do the calculation. What I have figured out so far is the following:
For the Lunar eclipses, it comes down to finding how close the full moon is to either of the nodes.

Ephemeris.moon.orbit .meanAscendingNode.apparentLongitude
Ephemeris.moon.orbit .meanDescendingNode.apparentLongitude

and comparing it to

Ephemeris.moon.position.apparentGeocentric.longitude

Would this be correct, and if so, is there a function / method (orbs?) to do this? Within how many degrees between the moon and it's nodes does a lunar eclipse occur?

With regards to a solar eclipses

when the new moon is close to one of the nodes and only when the Sun is within about 15 to 18 degrees of a node, (10 to 12 degrees for central eclipses).

Total - Moon is near its closest distance to Earth (i.e., near its perigee)

Annular - Moon is near its farthest distance from Earth (i.e., near its apogee)

Suggestions or references would be greatly welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant