Description Usage Arguments Value Author(s) References Examples
View source: R/CAAAberration_EclipticAberration.R
CAAAberration_EclipticAberration
1 | CAAAberration_EclipticAberration(Lambda, Beta, JD)
|
Lambda |
Lambda The ecliptic longitude in degrees. |
Beta |
Beta The ecliptic latitude in degrees. |
JD |
JD The date in Dynamical time to calculate for. |
Returns the correction due to aberration. The X value will contain the ecliptic longitude correction in degrees and Y will contain the ecliptic latitude correction in degrees.
C++ code by PJ Naughter, imported to R by Jinlong Zhang
Meeus, J. H. (1991). Astronomical algorithms. Willmann-Bell, Incorporated.
1 2 | JD = 2456597.5
CAAAberration_EclipticAberration(Lambda = 1, Beta = 1, JD )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.