Description Usage Arguments Value Author(s) References Examples
View source: R/CAAAberration_EquatorialAberration.R
CAAAberration_EquatorialAberration
1 | CAAAberration_EquatorialAberration(Alpha, Delta, JD)
|
Alpha |
Alpha The right ascension expressed as an hour angle. |
Delta |
Delta The declination in degrees. |
JD |
JD The date in Dynamical time to calculate for. |
Returns the correction due to aberration. The X value will contain the right ascension correction expressed as an hour angle and Y will contain the declination 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_EquatorialAberration(Alpha = 123, Delta = 20, JD)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.