From 06a3a5a92e718b1b36384c524bd0419c5e7ff5b7 Mon Sep 17 00:00:00 2001 From: Julian Stirling Date: Mon, 29 Jun 2026 14:16:54 +0000 Subject: [PATCH] Apply suggestions from code review of branch rename-rom-thing Co-authored-by: Chish36 --- src/openflexure_microscope_server/things/stage_measure.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/openflexure_microscope_server/things/stage_measure.py b/src/openflexure_microscope_server/things/stage_measure.py index c511a024..ab20f12b 100644 --- a/src/openflexure_microscope_server/things/stage_measure.py +++ b/src/openflexure_microscope_server/things/stage_measure.py @@ -143,11 +143,11 @@ class StageMeasurementThing(OFMThing): expected and has not reached the edge. Once the edge has been found and to account for the possibility that the edge was reached during a "big" step, the stage is moved in a sequence of steps in the opposite direction until motion is - detected. This is position is taken as the final position. + detected. This position is taken as the final position. Throughout the test, parasitic motion (motion in the axis not being measured) is tracked and an error is raised if it exceeds a minimum amount. Currently - this is 10% of the expected motion is the measured axis. + this is 10% of the expected motion in the measured axis. :return: Results dictionary separated into keys of each axis and direction. """