Description Usage Arguments Value Author(s) References Examples
View source: R/CAACoordinateTransformation_Galactic2Equatorial.R
CAACoordinateTransformation_Galactic2Equatorial
1 |
l |
l The galactic longitude expressed in degrees. |
b |
b The galactic latitude expressed in degrees. |
Returns the converted equatorial coordinates in a CAA2DCoordinate class. The x value in the class corresponds to the equatorial longitude in hours and the y value corresponds to the equatorial latitude in degrees.
C++ code by PJ Naughter, imported to R by Jinlong Zhang
Meeus, J. H. (1991). Astronomical algorithms. Willmann-Bell, Incorporated.
1 | CAACoordinateTransformation_Galactic2Equatorial(l = 35, b = 41)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.