Function astro::precess::annual_precess [] [src]

pub fn annual_precess(asc: f64, dec: f64, JD: f64) -> (f64, f64)

Computes annual precession in equatorial coordinates towards a new epoch

Returns

(ann_precess_asc, ann_precess_dec)

In the case of a star, the precession returned here does not take into account it's annual proper motion. The annual proper motion in right ascension and declination must simply be added to the corresponding annual precession returned here in order to reduce the equatorial coordinates to the new epoch.

Arguments