Learn R Programming

astrolibR (version 0.1)

co_aberration: Calculate changes to right ascension and declination due to astronomical aberration

Description

Calculate changes to right ascension and declination due to astronomical aberration

Usage

co_aberration(jd, ra, dec, eps)

Arguments

jd
Julian Date [scalar or vector]
ra
right ascension, in degrees (scalar or N-vector)
dec
declination, in degrees (scalar or N-vector)
eps
true obliquity of the ecliptic, in radians (optional),

Value

d_ra
corrections to ra due to aberration (must then be added to ra to get corrected values).
d_dec
corrections to dec due to aberration (must then be added to dec to get corrected values).
eps
true obliquity of the ecliptic (in radians).

Details

Algorithm described in Meeus (1991), Chap 23. Accuracy is much better than 1 arcsecond.

References

Meeus, J., Astronomical Algorithms, Willmann-Bell, 1991

See Also

co_refract

Examples

Run this code
co_aberration(2456469.5,253.215,-32.449)

Run the code above in your browser using DataLab