Skip to content

Commit

Permalink
Update StitchingImplementations.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSNelson committed Apr 16, 2024
1 parent 91c991a commit a9c4e63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit a9c4e63

Please sign in to comment.