Update scan_planner module docstring
This commit is contained in:
parent
351a66a42c
commit
af5c8f01da
1 changed files with 8 additions and 3 deletions
|
|
@ -1,8 +1,13 @@
|
||||||
"""Functionality for planning scan routes.
|
"""Functionality for planning scan routes.
|
||||||
|
|
||||||
A scan route can be planned by a ScanPlanner class currently there
|
A scan route can be planned by a ScanPlanner. There is a base class ``ScanPlanner``,
|
||||||
is only one type the SmartSpiral. More can be added using by
|
and then a child class that is still generic called RectGridPlanner that helps planning
|
||||||
subclassing the ScanPlanner
|
anything where the movements are on a regtangular grid. RectGridPlanner has two usable
|
||||||
|
child classes:
|
||||||
|
|
||||||
|
* SmartSpiral - For spiralling around a samples but adjusting when background is
|
||||||
|
detected
|
||||||
|
* RegularGridPlanner - For Raster and Snake scanning.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# Future annotations needed for typhinting same class in __eq__ method. Other option
|
# Future annotations needed for typhinting same class in __eq__ method. Other option
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue