Apply suggestions from code review of branch calibration-wizard-refactor

Co-authored-by: Joe Knapper <joe.knapper@glasgow.ac.uk> and Julian
Stirling <julian@julianstirling.co.uk>
This commit is contained in:
Julian Stirling 2025-10-27 11:32:30 +00:00
parent 1a0338ae90
commit 5282f03271
4 changed files with 12 additions and 8 deletions

View file

@ -1,7 +1,7 @@
<template>
<stepTemplateWithStream>
<p>
<b>Once you're ready, click Full Auto-calibrate.</b>
<b>Once your field of view is empty and well illuminated, click Full Auto-Calibrate.</b>
</p>
<template #below-stream>

View file

@ -1,8 +1,9 @@
<template>
<stepTemplateWithStream>
<p>
<b>Once you're ready, click Auto-Calibrate Using Camera.</b>
<b>If the sample is in focus, click Auto-Calibrate Using Camera.</b>
</p>
<p>If it is not in focus, click back and re-focus.</p>
<template #below-stream>
<div class="action-button-container">
<CSMCalibrationSettings :show-extra-settings="false" />

View file

@ -3,6 +3,9 @@
<p>
<b>Calibration complete</b>
</p>
<p>
You'll need to repeat these steps from the Settings tab if you swap your objective.
</p>
<p>
Click Finish to return to your microscope.
</p>