3
$\begingroup$

For the purpose of being able to align my model to the galactic plane, I want to know the directions of the galactic center, anti-center, north, south, left & right.

This gives me the answer for center, anti-center, north & south... but not left & right. I presume astronomy doesn't even have a concept for galactic left & right, so my definition / what I'm interested in is: if galactic north is above your head, and you're facing the galactic center, which way is left?

I need that number but in terms of right ascension hour,minute,second (+ declination) as it's how my code works.

But I haven't figured out the math. I think the Galactic Left's Right Ascension will be an average of the North & Anti-Center. For Declination, I don't know... 90deg - their average declination? But RA of 21h,18m,30s & D of 61h,57m,54s is not giving me the correct answer. (I'll know I got it when Left has the exact same distance between center, anti-center, north & south - which I have code to check).


I know this probably sounds like I'm trying to get someone to do my math/astronomy homework, but I promise it's not - I'm not even in school. I'm making my own 3D model of our local interstellar neighborhood and, prior to starting this personal project, I'm new to Right Ascension & Declination.


To clarify, I'm not asking you for a math lesson on how to do this: if you just have the answer I would like to have it, but if you want to teach it I suppose it would be good to learn!

$\endgroup$

1 Answer 1

4
$\begingroup$

I think it makes sense to first think of the directions not in terms of equatorial coordinates (right ascension and declination) but in galactic coordinates (galactic latitude and galactic longitude, like on the Wikipedia page you linked. The galactic coordinate system is a version of spherical coordinates centered on Earth and defined so that - very roughly:

  • A latitude of $b=0^{\circ}$ corresponds to all points in the Galactic plane
  • A longitude of $l=0^{\circ}$ corresponds to the Galactic center
  • A longitude of $l=180^{\circ}$ corresponds to the Galactic anticenter

Galactic North is then at $b=90^{\circ}$ and "Galactic South" is at $b=-90^{\circ}$, both roughly perpendicular to the plane of the Milky Way. The system looks like this:

Diagram of galactic coordinates, with the Galactic center, anticenter and poles labeled

If I understand your proposal correctly, "left" and "right" correspond to $l=90^{\circ}$ and $l=270^{\circ}$, respectively, both with $b=0^{\circ}$. You can convert this to right ascension and declination using the explicit formulas by hand, but I prefer this coordinate transform calculator. This tells me that "Galactic left" and "Galactic right" correspond to $$(\alpha=21\mathrm{h}12\mathrm{m}01\mathrm{s},\;\delta=48^{\circ}19'46.39"),\quad(\alpha=9\mathrm{h}12\mathrm{m}01\mathrm{s},\;\delta=-48^{\circ}19'46.75")$$ respectively, in J2000.0 coordinates.

$\endgroup$
1
  • 1
    $\begingroup$ Simplest way to do it! Use the "proper frame" and then convert to the frame you need. $\endgroup$
    – zephyr
    Commented Jan 14, 2022 at 14:24

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .