pub fn rss_orbit_errors(prop_err: &Orbit, cur_state: &Orbit) -> (f64, f64)
Expand description
Computes the Root Sum Squared (RSS) orbit errors in kilometers and kilometers per second.
§Arguments
prop_err
- An Orbit instance representing the propagated error.cur_state
- An Orbit instance representing the current state.
§Returns
A tuple of f64 values representing the RSS orbit errors in radius and velocity.