Converting/Creating Coordinate Systems for Other Planets?

Click For Summary

Discussion Overview

The discussion revolves around the creation of coordinate systems for other planets based on their right ascension, declination, and prime meridians, with the goal of visualizing the sky and stars as seen from those planets. Participants explore the mathematical and conceptual frameworks necessary for this task, including references to existing software like Stellarium.

Discussion Character

  • Exploratory, Technical explanation, Conceptual clarification

Main Points Raised

  • One participant seeks to develop coordinate systems for other planets to visualize their skies, expressing confusion about the process.
  • Another participant questions whether the goal is to view the sky from the perspective of an observer on another planet.
  • A participant suggests that creating a coordinate system for each planet is necessary, though they express uncertainty about the details.
  • A later reply proposes using vector calculus and spherical trigonometry to establish a planet's coordinate system, detailing the mathematical relationships needed to define the axes based on the planet's north pole and orbital characteristics.
  • The mathematical approach includes specific equations for determining the coordinates and converting between Earth equatorial coordinates and those of the target planet.

Areas of Agreement / Disagreement

Participants do not reach a consensus on the best approach to creating these coordinate systems, and multiple viewpoints and levels of understanding are evident throughout the discussion.

Contextual Notes

The discussion includes complex mathematical relationships and assumptions that may not be fully articulated, such as the dependence on specific definitions of celestial coordinates and the intricacies of spherical trigonometry.

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.
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 15 ·
Replies
15
Views
3K
  • · Replies 12 ·
Replies
12
Views
3K
Replies
10
Views
4K
  • · Replies 11 ·
Replies
11
Views
4K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 15 ·
Replies
15
Views
3K
  • · Replies 6 ·
Replies
6
Views
8K