(SHOW & TELL) generate a 180 degree skymap for a specific location #636
Replies: 5 comments 6 replies
-
Thanks for sharing! It's fun to see where the M objects cluster together in the sky like this. Have you tried turning off the objects that are below the horizon, to make the overall shape circular? Which system of constellation lines are you using? I usually see Andromeda simply as two lines stretching from the corner of the Great Square, but in this case a whole little figure is shown. I'll have to test whether I can see it the next night it's clear! |
Beta Was this translation helpful? Give feedback.
-
Below is my code i think i took the constellation lines from the comet example (data from stellarium) I will check indeed how to turn off everything below the horizon.
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
The dsos module was added to show deep sky objects like for example messier
objects.
You can find the code here
#634
…On Sun, 8 Jan 2023, 07:50 markusd112, ***@***.***> wrote:
Hi! I am a pythin and skyfield newbe and tried to run your code example
above: python is throwing an exception because "dsos" is unknown. Could you
give me some hint, where I can find this dsos module? Thanks a lot!
—
Reply to this email directly, view it on GitHub
<#636 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFZWJ346JPTYITCLI3QPVDWRJPUFANCNFSM5EABHRMQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
Nice. Some star charts show a little of what's below the horizon so that it can be used at slightly different times and locations than what it was generated for. So you might consider leaving it. |
Beta Was this translation helpful? Give feedback.
-
I continued work on creating some functional skymaps for myself
I can generate a 180 degree map of all the stars as can be seen for a specific datetime and location
for now i added
todo
an example picture
Beta Was this translation helpful? Give feedback.
All reactions