-
Notifications
You must be signed in to change notification settings - Fork 95
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
How to draw stars onto the sky? #213
Comments
Why don't you simply fetch the original catalogs? You may avoid data artifacts from processing into a speed/memory optimized structure. |
Hi gzotti, Thank you for your patient answer! Sorry, my English department is not good, so I use translators. Some of the explanations may not be very good. Please bear with me. |
No, I mean Gaia or Hipparcos astrometric catalogs from ESA. |
Yes, you are right, maybe this is the best way. I'm just out of curiosity about how the project works. |
I’m also very curious about this. Can we explore it together? |
Note: Most of the functions of star are implemented in stars.c. You can start here to find the functions you want to see. I hope the above can help you. If I make any mistakes, please forgive me :) |
In the past few weeks, I have been studying how to parse the stars in skydata and draw them onto the sky. I want to print out a list of all stars, as well as their names/coordinates.
I know that it initially loads the relevant data from "app.vue" via "addDataSource" and adds it in "SweObj.prototype.addDataSource" inside "obj.js", but I don't understand how it works later. It parses the coordinates of the internal file and then draws them onto the sky. I printed a lot of places, but no progress was made. Does anyone know?
I will be very grateful.
The text was updated successfully, but these errors were encountered: