Function astro::star::eq_coords_frm_motion [] [src]

pub fn eq_coords_frm_motion(asc0: f64, dec0: f64, r: f64, delta_r: f64, proper_motion_asc: f64, proper_motion_dec: f64, t: f64) -> (f64, f64)

Computes the equatorial coordinates of a star at at a different time from it's motion in space

This function Computes the equatorial coordinates of a star at a different time by taking into account it's proper motion, distance and radial velocity.

Returns

(new_asc, new_dec)

Arguments