Description Usage Arguments Value Author(s) References Examples
View source: R/CAACoordinateTransformation_Equatorial2Ecliptic.R
CAACoordinateTransformation_Equatorial2Ecliptic
1 | CAACoordinateTransformation_Equatorial2Ecliptic(Alpha, Delta, Epsilon)
|
Alpha |
Alpha The right ascension expressed as an hour angle. |
Delta |
Delta The declination in degrees. |
Epsilon |
Epsilon The obliquity of the ecliptic in degrees. |
Returns the converted ecliptic coordinates in a CAA2DCoordinate class. The x value in the class corresponds to the ecliptic longitude in degrees and the y value corresponds to the ecliptic latitude in degrees.
C++ code by PJ Naughter, imported to R by Jinlong Zhang
Meeus, J. H. (1991). Astronomical algorithms. Willmann-Bell, Incorporated. The transformation of coordinates from Equatorial to Ecliptic. This refers to algorithm 13.1 and 13.2 on page 93.
1 | CAACoordinateTransformation_Equatorial2Ecliptic(Alpha = 12, Delta = 36, Epsilon = 23.33312)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.