-
-
Notifications
You must be signed in to change notification settings - Fork 213
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
Milky Way Core Position #271
Comments
You can ask Skyfield about the position of any sky coordinate by creating a |
https://en.wikipedia.org/wiki/Galactic_coordinate_system may or may not be helpful. I think skyfield may support galactic coordinates directly, so you can just convert to right ascension and declination. A good place to ask questions like these is astronomy.stackexchange.com |
An example script similar to this issue should be added to the documentation written as part of #287. |
The example script is now officially part of the documentation! Enjoy: https://rhodesmill.org/skyfield/examples.html#when-is-the-galactic-center-above-the-horizon |
Hello,
I apologize in advance if this is not the correct place to ask this question. Not sure where else to go...
I would like to calculate the position of the Milky Way core to plan photography trips. It seems that this module does that for the sun and moon, but is there a way to do something for the MW core? For reference, I would like to create something along the lines of this chart/calendar:
https://capturetheatlas.com/wp-content/uploads/2019/01/2019-Milky-Way-Calendar-Moab-Utah.pdf
Thanks for your help.
The text was updated successfully, but these errors were encountered: