From a9c4e63e430fcd6d94a2383ab47f79f945501988 Mon Sep 17 00:00:00 2001 From: MichaelSNelson Date: Tue, 16 Apr 2024 14:40:29 -0500 Subject: [PATCH] Update StitchingImplementations.groovy --- .../basicstitching/stitching/StitchingImplementations.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/groovy/qupath/ext/basicstitching/stitching/StitchingImplementations.groovy b/src/main/groovy/qupath/ext/basicstitching/stitching/StitchingImplementations.groovy index 9dd7a4c..610d441 100644 --- a/src/main/groovy/qupath/ext/basicstitching/stitching/StitchingImplementations.groovy +++ b/src/main/groovy/qupath/ext/basicstitching/stitching/StitchingImplementations.groovy @@ -583,7 +583,7 @@ class StitchingImplementations { */ static String stitchCore(String stitchingType, String folderPath, String outputPath, String compressionType, double pixelSizeInMicrons, - double baseDownsample, String matchingString, double zSpacingMicrons = 0) { + double baseDownsample, String matchingString, double zSpacingMicrons = 1) { def logger = LoggerFactory.getLogger(QuPathGUI.class) // Determine the stitching strategy based on the provided type logger.info("Stitching type is: $stitchingType")