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:
parent
1a0338ae90
commit
5282f03271
4 changed files with 12 additions and 8 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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" />
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue