From 63eb337555b722b8aa1fc28d68d1e0f6c84e6bba Mon Sep 17 00:00:00 2001 From: Melissa Linkert Date: Wed, 24 Mar 2021 15:57:43 -0500 Subject: [PATCH] Update layout version number from 1 to 2 --- src/main/java/com/glencoesoftware/bioformats2raw/Converter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/glencoesoftware/bioformats2raw/Converter.java b/src/main/java/com/glencoesoftware/bioformats2raw/Converter.java index c62cd261..5e219cfa 100644 --- a/src/main/java/com/glencoesoftware/bioformats2raw/Converter.java +++ b/src/main/java/com/glencoesoftware/bioformats2raw/Converter.java @@ -105,7 +105,7 @@ public class Converter implements Callable { private static final int PYRAMID_SCALE = 2; /** Version of the bioformats2raw layout. */ - public static final Integer LAYOUT = 1; + public static final Integer LAYOUT = 2; @Parameters( index = "0",