Converting/Creating Coordinate Systems for Other Planets?

AI Thread Summary
The discussion focuses on developing coordinate systems for other planets based on their right ascension, declination, and prime meridians to visualize their skies. The process involves creating a coordinate system unique to each planet, requiring knowledge of the planet's north pole and orbital north pole in Earth coordinates. Vector calculus is suggested as the easiest method for this conversion, although spherical trigonometry is also applicable but more complex. The necessary calculations involve determining axis directions and transforming coordinates from ecliptic to equatorial systems. Ultimately, this enables the conversion of celestial positions into the planet's equivalent of right ascension and declination.
Raymond_
Messages
3
Reaction score
0
Hi, this may be a very basic concept, but I'm trying to develop coordinate systems for other planets from their right ascension and declination and prime meridians so that, given a location on that planet, you could visualize the sky and its stars.. I've been reading http://astropedia.astrogeology.usgs.gov/download/Docs/WGCCRE/WGCCRE2009reprint.pdf and some wiki pages, but I'm pretty new to astronomy and am pretty confused :( . I know stellarium has the functionality to do this, and if anyone could explain how they do it or give me some further reading/clear explanations, I'd really appreciate it. Thanks for any help!
 
Last edited:
Astronomy news on Phys.org
I'm not quite sure what you're wanting to do. Are you wanting to view the sky as it is seen by an observer on another planet?
 
Yup, that's exactly what I'm trying do (sorry for wording it unclearly), but as I understand it, you have to create a coordinate system for every planet, right?
 
Hmmm. I'm not sure. Sorry I can't be of much help.
 
That's okay, thanks anyways :/ let me know if you know of any helpful links that could potentially help me muddle through this. Thanks!
 
It seems like you want to create another planet's analog of the Earth's right ascension and declination.

I think that the easiest way to do it is with vector calculus. Spherical trigonometry is mathematically equivalent, but it's a nightmare to keep it straight.

You will need to find axis directions X, Y, Z for the planet. Z is the direction of the planet's north pole, X is the direction of its vernal equinox, and Y forms a right-handed triplet with those two: Y = (Z)x(X).

For that, you will need the directions of both the planet's north pole and its orbit's north pole in Earthly coordinates.

The planet's north pole is simple. You can usually find it as right ascension (α) and declination (δ), the celestial version of Earthly longitude and latitude.
$$ Z(planet) = \{ \cos \delta \cos \alpha, \cos \delta \sin \alpha, \sin \delta \} $$
The orbit's north pole is more complicated. It's often given in the Earth's ecliptic coordinates, and indirectly, from the orbit's inclination and ascending-node longitude.
$$ Z(planet-orbit) = \{ \sin i \sin \Omega, - \sin i \cos \Omega, \cos i \} $$
To get from the Earth's ecliptic coordinates to its equatorial ones, you need the Earth's obliquity ε:
$$ X(ecliptic) = \{1, 0, 0 \} ,\ Y(ecliptic) = \{0, \cos\varepsilon, \sin\varepsilon \}, Z(ecliptic) = \{0, -\sin\varepsilon, \cos\varepsilon \} $$
To get from ecliptic to equatorial coordinates, you must do
$$ Z(PO-equatorial) = Z(PO-ecl,1) X(ecliptic) + Z(PO-ecl,2) Y(ecliptic) + Z(PO-ecl,3) Z(ecliptic) $$
where the 1, 2, and 3, are the three components of Z(PO-ecl) = Z(planet-orbit-ecliptic).

Once you have that, then
$$ X(planet) \sin\varepsilon(planet) = Z(planet-orbit) \times Z(planet) ,\ Y(planet) = Z(planet) \times X(planet) $$

So the position in planet coordinates of an object at position n in Earth equatorial coordinates is {n.X(planet), n.Y(planet), n.Z(planet)} and it can be converted to the planet's analog of right ascension and declination if one so desires.
 
3I/ATLAS, also known as C/2025 N1 (ATLAS) and formerly designated as A11pl3Z, is an iinterstellar comet. It was discovered by the Asteroid Terrestrial-impact Last Alert System (ATLAS) station at Río Hurtado, Chile on 1 July 2025. Note: it was mentioned (as A11pl3Z) by DaveE in a new member's introductory thread. https://www.physicsforums.com/threads/brian-cox-lead-me-here.1081670/post-7274146 https://earthsky.org/space/new-interstellar-object-candidate-heading-toward-the-sun-a11pl3z/ One...

Similar threads

Back
Top