Description Usage Arguments Details Author(s) References Examples
View source: R/CAACoordinateTransformation_Equatorial2Galactic.R
CAACoordinateTransformation_Equatorial2Galactic
1 | CAACoordinateTransformation_Equatorial2Galactic(Alpha, Delta)
|
Alpha |
Alpha The right ascension expressed as an hour angle. |
Delta |
Delta The declination in degrees. |
Returns the converted galactic coordinates in a CAA2DCoordinate class. The x value in the class corresponds to the galactic longitude in degrees and the y value corresponds to the galactic 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_Equatorial2Galactic(Alpha = 12.3, Delta = 22)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.