Macro astro::eq_frm_gal [] [src]

macro_rules! eq_frm_gal {
    ($gal_long: expr, $gal_lat: expr) => { ... };
}

Computes equatorial coordinates from galactic coordinates

Returns

(asc, dec)

  • asc: Right ascension | in radians
  • dec: Declination | in radians

The equatorial coordinates returned here is referred to the standard equinox of B1950.0.

Arguments

  • $gal_long: Galactic longitude | in radians
  • $gal_lat: Galactic latitude | in radians