Description Usage Arguments Value Author(s) References Examples
View source: R/CAACoordinateTransformation_Ecliptic2Equatorial.R
CAACoordinateTransformation_Ecliptic2Equatorial
1 | CAACoordinateTransformation_Ecliptic2Equatorial(Lambda, Beta, Epsilon)
|
Lambda |
Lambda The ecliptic longitude in degrees. |
Beta |
Beta The ecliptic latitude in degrees. |
Epsilon |
Epsilon the obliquity of the ecliptic 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_Ecliptic2Equatorial(Lambda = 34, Beta = 21, Epsilon = 0.0023)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.