Default tile size 8192
This commit is contained in:
parent
279055108f
commit
7cedd31ff4
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ from openflexure_microscope_server.utilities import make_path_safe
|
||||||
|
|
||||||
STITCHING_CMD = "openflexure-stitch"
|
STITCHING_CMD = "openflexure-stitch"
|
||||||
STITCHING_RESOLUTION = (820, 616)
|
STITCHING_RESOLUTION = (820, 616)
|
||||||
STITCH_TILE_SIZE = 4096
|
STITCH_TILE_SIZE = 8192
|
||||||
|
|
||||||
DEFAULT_OVERLAP = 0.1
|
DEFAULT_OVERLAP = 0.1
|
||||||
DEFAULT_RESIZE = 0.5
|
DEFAULT_RESIZE = 0.5
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue