

There are a bunch of other astronomical object that Mathematica knows about: Note that there is another instance of some odd behavior with respect to MoonPosition. Comparing to Sk圜AL and HORIZONS, it appears PlanetaryMoonData gives RA and Dec for the Moon in precessing coordinates, but MoonPosition gives something else.and not the ICRF position. I checked these at widely different dates and times and always found a difference, sometimes very big. RA and Dec for stars can be fetched via StarData["Sirius", *) My question is: which kind of RA and Dec are being used in all of these functions, the ICRS standard, or coordinates that precess with the Earth's axis, or something in between (GCRS, perhaps)? The documentation, unfortunately (and bizarrely, given that the people making these functions had to decide which convention to use), is silent. The Sun and the Moon have the additional position functions SunPosition and MoonPosition that can be used to give positions in terms of "Equatorial" coordinates that the documentation claims are the right ascension and declination. We can find the right ascension and declination for a astronomical objects using the functions PlanetData, PlanetaryMoonData, and StarData, etc. Right Ascension and Declination in Mathematica The technical definitions given for all of the IAU conventions can be found here, for the brave. Observers on the Earth, however, still want to know where to point their telescopes, so there in a fairly complicated set of transformations that have been defined for conversion of ICRS RA and Dec into a longitude and latitude on the Earth (coordinates that can be projected on the sky, but do precess and nutate and wobble, etc.).

Although, as in all things in astronomy, older systems are still used, RA and Dec are commonly now given for astronomical objects as ICRS coordinates, and do not change with the motion of the Earth. In these late times, the International Astronomical Union has defined a fixed system of coordinates called the International Celestial Reference System ( ICRS or ICRF for the reference frame), which is as fixed as possible with respect to the background stars and centered at the barycenter of the solar system, and its cousin the GCRS ("geocentric ICRS"), which is co-centered with the Earth.

Right ascension (RA) is the coordinate that measures angle left from the meridian and declination (Dec) measures angle up from the equator It is a bit of a tricky definition, however, as the Earth's axis of rotation precesses and nutates and wobbles, moving with respect to the background stars (precession is the dominant effect, and the slowest the other effects are much smaller in magnitude but also have a much higher frequency), so coordinates defined this way will slowly change. They can be imprecisely defined as projecting the equator and the prime meridian (at noon on the vernal equinox) out onto the sky and using them as the coordinate axes. In astronomy, positions of celestial objects (stars, planets, nebulae, etc.) are commonly given in terms of one of a family of celestial equatorial coordinates, which are a coordinate systems that are centered either on the Earth (geocentric) or the barycenter of the solar system (barycentric) and are fixed relative to the very distant stars (cf. In the process of answering this question, I was forced to confront the various astronomical coordinate systems used by Mathematica.
