pub fn rss_orbit_vec_errors(
prop_err: &Vector6<f64>,
cur_state: &Vector6<f64>,
) -> (f64, f64)
Expand description
Computes the Root Sum Squared (RSS) state errors in position and in velocity of two orbit vectors [P V].
§Arguments
prop_err
- A Vector6 instance representing the propagated error.cur_state
- A Vector6 instance representing the current state.
§Returns
A tuple of f64 values representing the RSS orbit vector errors in radius and velocity.