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) }}