From 511b37176e2e75162226b5fc3975986667b41edc Mon Sep 17 00:00:00 2001 From: Julian Stirling Date: Wed, 11 Feb 2026 10:47:37 +0000 Subject: [PATCH] Add clarifying docstring --- src/openflexure_microscope_server/things/scan_workflows.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/openflexure_microscope_server/things/scan_workflows.py b/src/openflexure_microscope_server/things/scan_workflows.py index 13f30e9b..e62608af 100644 --- a/src/openflexure_microscope_server/things/scan_workflows.py +++ b/src/openflexure_microscope_server/things/scan_workflows.py @@ -145,7 +145,9 @@ class ScanWorkflow(Generic[SettingModelType], lt.Thing): :param images_dir: The path to the directory for saving images.. :param save_resolution: The resolution to save images at. - :return: A tuple ready to pass out of acquisition routine. + :return: A tuple ready to pass out of acquisition routine. In this method, + image is always taken, so first return is True. + """ self._autofocus.fast_autofocus(dz=dz) focus_height = self._stage.get_xyz_position()[2]