Add a scan path planner that prioritises shorter moves
This commit is contained in:
parent
be64d4c5e0
commit
ec25ae7126
2 changed files with 152 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ def example_smart_spiral() -> tuple[FakeSample, scan_planners.ScanPlanner]:
|
|||
img_size = (1000, 1000)
|
||||
intial_position = (0, 0)
|
||||
planner_settings = {"dx": 700, "dy": 700, "max_dist": 100000}
|
||||
planner = scan_planners.SmartSpiral(
|
||||
planner = scan_planners.ShortSmartSpiral(
|
||||
intial_position=intial_position, planner_settings=planner_settings
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue