limits
This commit is contained in:
parent
8caa578608
commit
2ac118737a
1 changed files with 2 additions and 2 deletions
|
|
@ -29,8 +29,8 @@ class StitchConfig:
|
||||||
settle_time: float = 0.75
|
settle_time: float = 0.75
|
||||||
max_scan_time: float = 300.0
|
max_scan_time: float = 300.0
|
||||||
row_overlap: float = 0.15
|
row_overlap: float = 0.15
|
||||||
max_mosaic_width: int = 4000
|
max_mosaic_width: int = 1000
|
||||||
max_mosaic_height: int = 4000
|
max_mosaic_height: int = 1000
|
||||||
scan_speed_index: int = 3
|
scan_speed_index: int = 3
|
||||||
autofocus_every_row: bool = True
|
autofocus_every_row: bool = True
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue