42

What resources are available to find the positions of planets, stars, moons, artificial satellites, asteroids, and other heavenly bodies?

uhoh
  • 31,151
  • 9
  • 89
  • 293
  • 1
    I was sleeping under the stars with a program called redeye... taught me star trivia like Vega and all the constellations. It tilts and zooms and has labels. – bandybabboon Dec 28 '20 at 02:52

2 Answers2

46

There are many resources online, so this is a community wiki answer. Please feel free to add to it!

  • If you want to visualize the stars/planets/etc (as viewed from Earth or another location), you are looking for planetarium software: https://en.wikipedia.org/wiki/Planetarium_software

  • If you want accurate positions for stars/planets/etc, you are looking for horizons:

https://en.wikipedia.org/wiki/JPL_Horizons_On-Line_Ephemeris_System

http://ssd.jpl.nasa.gov/?horizons

Note that these computational libraries don't always agree with each other or with planetarium software:

https://stackoverflow.com/questions/16293146

Barry Carter
  • 164
  • 6
  • I also use SIMBAD (http://simbad.u-strasbg.fr/simbad/sim-fid) if I want to do a quick search for a star or galaxy based on its identifier, and you can also do the reverse and searching for coordinates too. – Dean Feb 03 '16 at 10:09
  • I like this one for seeing what's overhead http://www.ucolick.org/~bolte/AY4_00/weblab/project/chart.html . – Jack R. Woods Mar 25 '16 at 01:37
  • That appears to be a framed verison of http://www.fourmilab.ch/yoursky/ -- feel free to add the latter link above. –  Mar 25 '16 at 13:37
  • @barrycarter I wonder if astroquery mentioned here and here could be added as well? – uhoh Aug 13 '19 at 00:42
  • 1
    @uhoh This is a community wiki answer, so please feel free to add them yourself. But, if you run into trouble, let me know and I'll add them. –  Aug 14 '19 at 15:51
  • @barrycarter okay I'll give it a try tomorrow, thanks! – uhoh Aug 14 '19 at 16:34
  • For Python, astropy might be useful here as well: https://docs.astropy.org/en/stable/coordinates/solarsystem.html – Joseph Farah Apr 07 '21 at 13:43
8

To add to the excellent answer by barrycarter, there are 2 planetarium-like codes, that I know of, that run on a mac and would make excellent tools for viewing certain astronomical objects. The codes are Stellarium and Celestia. Both turn your computer into your own planetarium where you can search and view objects in space.

Natsfan
  • 4,494
  • 1
  • 14
  • 28
  • It's actually a public wiki answer (not all my content), so you can add to it directly if you'd like. I had considered listing individual planetarium software (Stellarium is my favorite), but thought linking to the wikipedia list page may be more useful and neutral. –  Oct 01 '17 at 17:04
  • 2
    The second program is called "Celestia" not "Celestial". – posfan12 Oct 08 '18 at 21:25
  • Celestia even lets you move around different from Stellarium which is more like a planetarium-theatre – Alchimista Feb 19 '19 at 10:21