Function astro::precess::precess_eq_coords_FK5 [] [src]

pub fn precess_eq_coords_FK5(old_asc: f64, old_dec: f64, JD1: f64, JD2: f64) -> (f64, f64)

Computes equatorial coordinates, from coordinates referred to the FK4 system, reduced to a different epoch

Returns

(new_asc, new_dec)

Arguments