CAAAberration_EclipticAberration: CAAAberration_EclipticAberration

Description Usage Arguments Value Author(s) References Examples

View source: R/CAAAberration_EclipticAberration.R

Description

CAAAberration_EclipticAberration

Usage

1

Arguments

Lambda

Lambda The ecliptic longitude in degrees.

Beta

Beta The ecliptic latitude 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 ecliptic longitude correction in degrees and Y will contain the ecliptic latitude 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_EclipticAberration(Lambda = 1, Beta = 1, JD )

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