CAAAberration_EquatorialAberration: CAAAberration_EquatorialAberration

Description Usage Arguments Value Author(s) References Examples

View source: R/CAAAberration_EquatorialAberration.R

Description

CAAAberration_EquatorialAberration

Usage

1

Arguments

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.

Value

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.

Author(s)

C++ code by PJ Naughter, imported to R by Jinlong Zhang

References

Meeus, J. H. (1991). Astronomical algorithms. Willmann-Bell, Incorporated.

Examples

1
2
JD = 2456597.5
CAAAberration_EquatorialAberration(Alpha = 123, Delta = 20, JD)

helixcn/skycalc documentation built on March 31, 2021, 5:45 a.m.