Hacker News new | ask | show | jobs
by lacker 1504 days ago
Well in practice there are Python libraries to do it for you ;-)

For example Simbad:

https://astroquery.readthedocs.io/en/latest/simbad/simbad.ht...

Stars and various other objects get string ids like "HIP19550"

https://simbad.u-strasbg.fr/simbad/sim-id?protocol=html&Iden...

Then there are a bunch of different coordinate systems, you usually want to be doing lookups like "I have this particular telescope at this particular location and orientation, how should I configure it to point at this celestial object" and there is typically some astropy library function that will figure that stuff out for you.

In practice the stuff outside our solar system doesn't change its apparent motion much from our point of view. The further away an object, the less its apparent location changes. So these databases get updated every once in a while.

1 comments

Makes sense, thanks! So I guess that means keeping track of stars in our own galaxy is probably harder than stars farther away?
Well, it isn't really that hard even for nearby stars. You need to be sure to get an updated version of the library like once per decade. I think once you're further away than 100 or so light years the star movement is no longer apparent, and our galaxy goes up to 100,000 light years away or so, so most of the stars in the Milky Way are still far enough away that there's no apparent movement. These numbers are a bit of a guess and I could be off.