pub fn correct_for_aberration(
ut_hour: f64,
ut_minutes: f64,
ut_seconds: f64,
gw_day: f64,
gw_month: u32,
gw_year: u32,
true_ecl_long_deg: f64,
true_ecl_long_min: f64,
true_ecl_long_sec: f64,
true_ecl_lat_deg: f64,
true_ecl_lat_min: f64,
true_ecl_lat_sec: f64,
) -> (f64, f64, f64, f64, f64, f64)
Expand description
Correct ecliptic coordinates for the effects of aberration.
ยงReturns
- apparent ecliptic longitude (degrees, minutes, seconds)
- apparent ecliptic latitude (degrees, minutes, seconds)