Docstring and typehints suggestions from @julianstirling

This commit is contained in:
Joe Knapper 2026-02-09 15:08:41 +00:00
parent f230eef2dc
commit 7413aa57f8
2 changed files with 7 additions and 6 deletions

View file

@ -143,6 +143,8 @@ class ScanWorkflow(Generic[SettingModelType], lt.Thing):
that each image should overlap its nearest neighbour by 50%.
:returns: (dx, dy) - the x and y displacements in steps
:raises RuntimeError: If there is no camera stage mapper Thing available or if CMS isn't calibrated.
"""
csm = self._require_csm()