We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bab501b commit ec87028Copy full SHA for ec87028
anise/tests/orientations/validation.rs
@@ -27,7 +27,7 @@ use spice::cstr;
27
28
// Allow up to two arcsecond of error (or 0.12 microradians), but check test results for actualized error
29
const MAX_ERR_DEG: f64 = 7.2e-6;
30
-const DCM_EPSILON: f64 = 1.2e-9;
+const DCM_EPSILON: f64 = 2e-9;
31
32
// IAU Moon rotates fast. This shows the difference between SPICE's and Hifitime's implementation of time because SPICE has a rounding error
33
// when computing the centuries past J2000 ET.
0 commit comments