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

Demo: search for when Moon is most north/south + crossing equator #275

Open
cosinekitty opened this issue Dec 2, 2022 · 5 comments
Open
Assignees
Labels
documentation Tutorials, explanations, reference documents, etc.

Comments

@cosinekitty
Copy link
Owner

It would be fun to have a demo that shows how to search for when the Moon is most north or south of the celestial equator (max/min declination), and when it crosses through the equatorial plane (declination = 0).

@cosinekitty cosinekitty added the documentation Tutorials, explanations, reference documents, etc. label Dec 2, 2022
@cosinekitty cosinekitty self-assigned this Dec 2, 2022
@hidp123
Copy link

hidp123 commented Dec 30, 2022

Hi, something related to this: is it possible to get the moon's orbit inclination angle via astronomy-engine?

@cosinekitty
Copy link
Owner Author

The angle between the Moon's instantaneous orbital plane around the Earth, with respect to the Earth's orbital plane around the Sun, is 5.145° as described here. However, the intersection of these planes (the nodes) keeps changing in something called the Saros cycle.

I'm not sure if this is what you are talking about. Can you describe in more detail what you are trying to do? It helps to know what the goal is to answer a question like this.

@hidp123
Copy link

hidp123 commented Dec 30, 2022

I'm not sure of the exact term, but it's the one that is related to the moon's declination. Unless it is the max dec for that orbit?

@cosinekitty
Copy link
Owner Author

I still don't have a clear picture of what problem you are trying to solve, so it's not clear how to help you. Can you explain what your goal is?

@cosinekitty
Copy link
Owner Author

cea0158 adds moon_north_south.js demo that calculates extreme equatorial declinations and ecliptic latitudes. It does not find equatorial nodes, but this could be added later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Tutorials, explanations, reference documents, etc.
Projects
None yet
Development

No branches or pull requests

2 participants