Description Usage Arguments Value Author(s) References Examples
View source: R/CAAEclipticalElements_Calculate.R
CAAEclipticalElements_Calculate
1 | CAAEclipticalElements_Calculate(i0, w0, omega0, JD0, JD)
|
i0 |
i0 The inclination in degrees to reduce. |
w0 |
w0 The argument of perihelion in degrees to reduce. |
omega0 |
omega0 The longitude of the ascending node in degrees to reduce. |
JD0 |
JD0 The initial epoch in Dynamical time to calculate for. |
JD |
The date in Dynamical time to calculate for. JD The epoch in Dynamical time to reduce the elements to. |
A struct containing the following values: i The reduced inclination in degrees. w The reduced argument of perihelion in degrees. omega The reduced longitude of the ascending node in degrees
C++ code by PJ Naughter, imported to R by Jinlong Zhang
Meeus, J. H. (1991). Astronomical algorithms. Willmann-Bell, Incorporated.
1 2 | CAAEclipticalElements_Calculate(i0 = 6.322, w0 = 34.23,
omega0 = 45.11, JD0 = 2454555.5, JD= 2456623.5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.