From fa94233bc15bbc0dade15495553b169546e916b1 Mon Sep 17 00:00:00 2001 From: Matt Date: Sat, 30 Dec 2023 21:31:54 -0800 Subject: [PATCH] Update CameraCalibrationInfoCard.vue --- .../src/components/cameras/CameraCalibrationInfoCard.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/photon-client/src/components/cameras/CameraCalibrationInfoCard.vue b/photon-client/src/components/cameras/CameraCalibrationInfoCard.vue index 8dedbac8a3..508aeb47c4 100644 --- a/photon-client/src/components/cameras/CameraCalibrationInfoCard.vue +++ b/photon-client/src/components/cameras/CameraCalibrationInfoCard.vue @@ -188,13 +188,13 @@ const importCalibration = async (payload: JSONFileUploadEvent) => { Observation Id - Mean Reprojection Error + Mean Reprojection Error, px {{ index }} - {{ getMeanFromView(observation) }} + {{ getMeanFromView(observation).toFixed(3) }}