pub fn binary_star_orbit(
    greenwich_date_day: f64,
    greenwich_date_month: u32,
    greenwich_date_year: u32,
    binary_name: String
) -> (f64, f64)
Expand description

Calculate orbital data for binary star.

§Arguments

  • greenwich_date_day – Greenwich date (day)
  • greenwich_date_month – Greenwich date (month)
  • greenwich_date_year – Greenwich date (year)
  • binary_name – Abbreviated name of binary

§Returns

  • position_angle_deg – Position angle (degrees)
  • separation_arcsec – Separation of binary members (arcseconds)