I am trying to build an astronomy application where I should display the stars at and near zenith for a given latitude, longitude and time.
I am aware of the basics of Positional astronomy, what is puzzling me is to create database out of huge set of data!
My Queries are:
- Which catalogue to prerfer? Like Hipparcos catalogue or Henry Draper? What are its advantages and disadvantages?
- What fields are required? I have identified some, but what else should be added and why? Fields identified by me: Star name, Some Unique star ID, RA, Dec, Magnitude,Color of the star.
- I tried to figure out from which table to fetch the Common Star name from the Hipparcos catalogue without any luck: http://vizier.u-strasbg.fr/cgi-bin/VizieR-2?-source=I/239. I couldnt find in any of the tables.
Thanks, Raj