removed row
This commit is contained in:
parent
2ac118737a
commit
9a49488760
1 changed files with 0 additions and 1 deletions
|
|
@ -489,7 +489,6 @@ class StitchingScanner:
|
|||
threshold_pixels = h * self.config.displacement_threshold
|
||||
max_dim = self.config.max_mosaic_height
|
||||
current_dim = lambda: self.state.mosaic_height
|
||||
total_x = 0 if direction == ScanDirection.DOWN else self.config.max_mosaic_width
|
||||
start_cmd = 'S' if direction == ScanDirection.DOWN else 'N'
|
||||
stop_cmd = 's' if direction == ScanDirection.DOWN else 'n'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue