From 7cedd31ff4dc2ec366262ee15358ce732816d9e6 Mon Sep 17 00:00:00 2001 From: jaknapper Date: Fri, 8 Aug 2025 10:43:54 +0100 Subject: [PATCH] Default tile size 8192 --- src/openflexure_microscope_server/stitching.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openflexure_microscope_server/stitching.py b/src/openflexure_microscope_server/stitching.py index b0721dc8..9ef7561f 100644 --- a/src/openflexure_microscope_server/stitching.py +++ b/src/openflexure_microscope_server/stitching.py @@ -19,7 +19,7 @@ from openflexure_microscope_server.utilities import make_path_safe STITCHING_CMD = "openflexure-stitch" STITCHING_RESOLUTION = (820, 616) -STITCH_TILE_SIZE = 4096 +STITCH_TILE_SIZE = 8192 DEFAULT_OVERLAP = 0.1 DEFAULT_RESIZE = 0.5