URL for Stellarium Constellations in comet NEOWISE sample script doesn't work anymore #825
Michael-Lemons
started this conversation in
General
Replies: 2 comments
-
Thanks for pointing out that they changed paths! The documentation will update with the next release of Skyfield. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Use this comet name to plot a finder chart for the comet that has its closest approach to Earth on Feb 1, 2023. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
"Drawing a finder chart for comet NEOWISE"
https://rhodesmill.org/skyfield/example-plots.html#drawing-a-finder-chart-for-comet-neowise
Bad URL:
url = ('https://raw.githubusercontent.com/Stellarium/stellarium/master'
'/skycultures/western_SnT/constellationship.fab')
Replace it with this one:
https://github.com/Stellarium/stellarium/raw/master/skycultures/modern_rey/constellationship.fab
The Stellarium project on github also has constellation lines for other cultures.
Beta Was this translation helpful? Give feedback.
All reactions