Description Usage Arguments Value Author(s) References Examples
View source: R/CAAPrecession_PrecessEcliptic.R
CAAPrecession_PrecessEcliptic
1 | CAAPrecession_PrecessEcliptic(Lambda, Beta, JD0, JD)
|
Lambda |
Lambda The ecliptical longitude in degrees. |
Beta |
Beta The ecliptical latitude of the star in degrees. |
JD0 |
JD0 The date in Dynamical time corresponding to the initial epoch. |
JD |
JD The date in Dynamical time corresponding to the final epoch. |
Returns the converted ecliptic coordinates in a CAA2DCoordinate class. The x value in the class corresponds to the ecliptical longitude in degrees and the y value corresponds to the ecliptical latitude in degrees.
C++ code by PJ Naughter, imported to R by Jinlong Zhang
Meeus, J. H. (1991). Astronomical algorithms. Willmann-Bell, Incorporated.
1 | CAAPrecession_PrecessEcliptic(Lambda = 134, Beta = 12, JD0 = 2418882, JD = 2455382)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.