Moshier-Ephemeris-JS icon indicating copy to clipboard operation
Moshier-Ephemeris-JS copied to clipboard

Eclipses

Open leoplaw opened this issue 10 months ago • 0 comments

How do you calculate the eclipses? For the Lunar, it comes down to finding how close the 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

leoplaw avatar Mar 26 '24 13:03 leoplaw