From b66912ac8ffbb8bba7f4908dd5a965419441e556 Mon Sep 17 00:00:00 2001 From: jaknapper Date: Wed, 21 May 2025 15:56:04 +0100 Subject: [PATCH] CSM settings hidden by default in a details section --- .../CSMCalibrationSettings.vue | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/webapp/src/components/tabContentComponents/settingsComponents/CSMSettingsComponents/CSMCalibrationSettings.vue b/webapp/src/components/tabContentComponents/settingsComponents/CSMSettingsComponents/CSMCalibrationSettings.vue index 10b73ab1..b9386616 100644 --- a/webapp/src/components/tabContentComponents/settingsComponents/CSMSettingsComponents/CSMCalibrationSettings.vue +++ b/webapp/src/components/tabContentComponents/settingsComponents/CSMSettingsComponents/CSMCalibrationSettings.vue @@ -26,9 +26,16 @@ > Download calibration data -

Current CSM matrix: {{ csmMatrix }} at a resolution of {{ csmResolution }}
- This means that one motor step is roughly {{ csmRatio }} pixels
- The full field of view is roughly {{ csmFOV }} motor steps

+
+
Calibration Details + CSM calculated for images with a resolution of {{ csmResolution }} +
    +
  • Current CSM Matrix: {{ csmMatrix }}
  • +
  • Pixels per motor step: {{ csmRatio }}
  • +
  • Full field of view: {{ csmFOV }} motor steps
  • +
+
+