Skip to content

Commit

Permalink
Increase DCM validation error
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherRabotin committed Feb 8, 2025
1 parent bab501b commit ec87028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anise/tests/orientations/validation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ use spice::cstr;

// Allow up to two arcsecond of error (or 0.12 microradians), but check test results for actualized error
const MAX_ERR_DEG: f64 = 7.2e-6;
const DCM_EPSILON: f64 = 1.2e-9;
const DCM_EPSILON: f64 = 2e-9;

// IAU Moon rotates fast. This shows the difference between SPICE's and Hifitime's implementation of time because SPICE has a rounding error
// when computing the centuries past J2000 ET.
Expand Down

0 comments on commit ec87028

Please sign in to comment.