Fix docstring error
This commit is contained in:
parent
15798d9b7d
commit
0e5f9f46ca
1 changed files with 1 additions and 1 deletions
|
|
@ -363,7 +363,7 @@ class RectangleScan(ScanPlanner):
|
|||
"""Return a focused site near the given position to estimate Z for the next move.
|
||||
|
||||
Looks for all previously focused locations that are within the scan
|
||||
step size (self._dx, self._dy) of `next_position`. Among these nearby focused
|
||||
step size (self._dx, self._dy) of ``next_position``. Among these nearby focused
|
||||
sites, it returns the most recently imaged one.
|
||||
|
||||
This is suitable for raster or snake scans, where the scan may move along a row
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue