You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/camera/maintenance/correct_camera_in_field.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -92,8 +92,8 @@ def _main() -> None:
92
92
accuracy_estimate=correction.accuracy_estimate()
93
93
94
94
print(
95
-
"If written to the camera, this correction can be expected to yield a dimension accuracy error of",
96
-
f"{accuracy_estimate.dimension_accuracy()*100:.3f} or better in the range of z=[{accuracy_estimate.z_min():.3f}, {accuracy_estimate.z_max():.3f}] across the full FOV.",
95
+
"If written to the camera, this correction can be expected to yield a dimension accuracy error of",
96
+
f"{accuracy_estimate.dimension_accuracy()*100:.3f}% or better in the range of z=[{accuracy_estimate.z_min():.3f}, {accuracy_estimate.z_max():.3f}] across the full FOV.",
97
97
"Accuracy close to where the correction data was collected is likely better.",
0 commit comments