# HG changeset patch
# User imgteam
# Date 1700680225 0
# Node ID b32f5368e2792e0e388bac39643a1b95c7282125
# Parent 4b6c2135e54740f789ec583713b44f22acda6095
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/bioformats2raw commit 98bcca8b963b30cf12dd7f659a4a52764c33e7cc
diff -r 4b6c2135e547 -r b32f5368e279 bf2raw.xml
--- a/bf2raw.xml Wed Nov 15 15:14:17 2023 +0000
+++ b/bf2raw.xml Wed Nov 22 19:10:25 2023 +0000
@@ -2,7 +2,7 @@
with Bioformats
0.7.0
- 0
+ 1
operation_3443
@@ -12,19 +12,19 @@
0
- #set input_path=os.path.join(str($io_options.input.extra_files_path), str($dirlist[0]))
+ #set input_path=os.path.join(str($io_options.input.files_path), str($dirlist[0]))
#else:
#set input_path=$io_options.input
#end if
-bioformats2raw $input_path $output.extra_files_path/$io_options.output_name
+bioformats2raw $input_path $output.files_path/$io_options.output_name
#if $bf2raw_params.multiscales['options'] == 'auto':
--target-min-size $bf2raw_params.multiscales.min_xy_size
#elif $bf2raw_params.multiscales['options'] == 'manual':
@@ -47,9 +47,9 @@
]]>
-
+
@@ -106,17 +106,17 @@
-
-
+
+
-
-
+
+
@@ -130,4 +130,4 @@
https://doi.org/10.5281/zenodo.5548102
-
\ No newline at end of file
+
diff -r 4b6c2135e547 -r b32f5368e279 test-data/astronaut.ome.zarr/.zattrs
--- a/test-data/astronaut.ome.zarr/.zattrs Wed Nov 15 15:14:17 2023 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-{
- "bioformats2raw.layout" : 3
-}
\ No newline at end of file
diff -r 4b6c2135e547 -r b32f5368e279 test-data/astronaut.ome.zarr/.zgroup
--- a/test-data/astronaut.ome.zarr/.zgroup Wed Nov 15 15:14:17 2023 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-{
- "zarr_format" : 2
-}
\ No newline at end of file
diff -r 4b6c2135e547 -r b32f5368e279 test-data/astronaut.ome.zarr/0/.zattrs
--- a/test-data/astronaut.ome.zarr/0/.zattrs Wed Nov 15 15:14:17 2023 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,92 +0,0 @@
-{
- "multiscales" : [ {
- "metadata" : {
- "method" : "loci.common.image.SimpleImageScaler",
- "version" : "Bio-Formats 6.13.0"
- },
- "axes" : [ {
- "name" : "t",
- "type" : "time"
- }, {
- "name" : "c",
- "type" : "channel"
- }, {
- "name" : "z",
- "type" : "space"
- }, {
- "name" : "y",
- "type" : "space"
- }, {
- "name" : "x",
- "type" : "space"
- } ],
- "name" : "astronaut.png",
- "datasets" : [ {
- "path" : "0",
- "coordinateTransformations" : [ {
- "scale" : [ 1.0, 1.0, 1.0, 1.0, 1.0 ],
- "type" : "scale"
- } ]
- }, {
- "path" : "1",
- "coordinateTransformations" : [ {
- "scale" : [ 1.0, 1.0, 1.0, 2.0, 2.0 ],
- "type" : "scale"
- } ]
- }, {
- "path" : "2",
- "coordinateTransformations" : [ {
- "scale" : [ 1.0, 1.0, 1.0, 4.0, 4.0 ],
- "type" : "scale"
- } ]
- } ],
- "version" : "0.4"
- } ],
- "omero" : {
- "channels" : [ {
- "color" : "FF0000",
- "coefficient" : 1,
- "active" : true,
- "label" : "Channel 0",
- "window" : {
- "min" : 0.0,
- "max" : 255.0,
- "start" : 0.0,
- "end" : 255.0
- },
- "family" : "linear",
- "inverted" : false
- }, {
- "color" : "00FF00",
- "coefficient" : 1,
- "active" : true,
- "label" : "Channel 1",
- "window" : {
- "min" : 0.0,
- "max" : 255.0,
- "start" : 0.0,
- "end" : 255.0
- },
- "family" : "linear",
- "inverted" : false
- }, {
- "color" : "0000FF",
- "coefficient" : 1,
- "active" : true,
- "label" : "Channel 2",
- "window" : {
- "min" : 0.0,
- "max" : 255.0,
- "start" : 0.0,
- "end" : 255.0
- },
- "family" : "linear",
- "inverted" : false
- } ],
- "rdefs" : {
- "defaultT" : 0,
- "model" : "color",
- "defaultZ" : 0
- }
- }
-}
\ No newline at end of file
diff -r 4b6c2135e547 -r b32f5368e279 test-data/astronaut.ome.zarr/0/.zgroup
--- a/test-data/astronaut.ome.zarr/0/.zgroup Wed Nov 15 15:14:17 2023 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-{
- "zarr_format" : 2
-}
\ No newline at end of file
diff -r 4b6c2135e547 -r b32f5368e279 test-data/astronaut.ome.zarr/0/0/.zarray
--- a/test-data/astronaut.ome.zarr/0/0/.zarray Wed Nov 15 15:14:17 2023 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-{
- "chunks" : [ 1, 1, 1, 480, 640 ],
- "compressor" : {
- "clevel" : 5,
- "blocksize" : 0,
- "shuffle" : 1,
- "cname" : "lz4",
- "id" : "blosc"
- },
- "dtype" : "|u1",
- "fill_value" : 0,
- "filters" : null,
- "order" : "C",
- "shape" : [ 1, 3, 1, 480, 640 ],
- "dimension_separator" : "/",
- "zarr_format" : 2
-}
\ No newline at end of file
diff -r 4b6c2135e547 -r b32f5368e279 test-data/astronaut.ome.zarr/0/0/0/0/0/0/0
Binary file test-data/astronaut.ome.zarr/0/0/0/0/0/0/0 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/astronaut.ome.zarr/0/0/0/1/0/0/0
Binary file test-data/astronaut.ome.zarr/0/0/0/1/0/0/0 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/astronaut.ome.zarr/0/0/0/2/0/0/0
Binary file test-data/astronaut.ome.zarr/0/0/0/2/0/0/0 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/astronaut.ome.zarr/0/1/.zarray
--- a/test-data/astronaut.ome.zarr/0/1/.zarray Wed Nov 15 15:14:17 2023 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-{
- "chunks" : [ 1, 1, 1, 240, 320 ],
- "compressor" : {
- "clevel" : 5,
- "blocksize" : 0,
- "shuffle" : 1,
- "cname" : "lz4",
- "id" : "blosc"
- },
- "dtype" : "|u1",
- "fill_value" : 0,
- "filters" : null,
- "order" : "C",
- "shape" : [ 1, 3, 1, 240, 320 ],
- "dimension_separator" : "/",
- "zarr_format" : 2
-}
\ No newline at end of file
diff -r 4b6c2135e547 -r b32f5368e279 test-data/astronaut.ome.zarr/0/1/0/0/0/0/0
Binary file test-data/astronaut.ome.zarr/0/1/0/0/0/0/0 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/astronaut.ome.zarr/0/1/0/1/0/0/0
Binary file test-data/astronaut.ome.zarr/0/1/0/1/0/0/0 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/astronaut.ome.zarr/0/1/0/2/0/0/0
Binary file test-data/astronaut.ome.zarr/0/1/0/2/0/0/0 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/astronaut.ome.zarr/0/2/.zarray
--- a/test-data/astronaut.ome.zarr/0/2/.zarray Wed Nov 15 15:14:17 2023 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-{
- "chunks" : [ 1, 1, 1, 120, 160 ],
- "compressor" : {
- "clevel" : 5,
- "blocksize" : 0,
- "shuffle" : 1,
- "cname" : "lz4",
- "id" : "blosc"
- },
- "dtype" : "|u1",
- "fill_value" : 0,
- "filters" : null,
- "order" : "C",
- "shape" : [ 1, 3, 1, 120, 160 ],
- "dimension_separator" : "/",
- "zarr_format" : 2
-}
\ No newline at end of file
diff -r 4b6c2135e547 -r b32f5368e279 test-data/astronaut.ome.zarr/0/2/0/0/0/0/0
Binary file test-data/astronaut.ome.zarr/0/2/0/0/0/0/0 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/astronaut.ome.zarr/0/2/0/1/0/0/0
Binary file test-data/astronaut.ome.zarr/0/2/0/1/0/0/0 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/astronaut.ome.zarr/0/2/0/2/0/0/0
Binary file test-data/astronaut.ome.zarr/0/2/0/2/0/0/0 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/astronaut.ome.zarr/OME/.zattrs
--- a/test-data/astronaut.ome.zarr/OME/.zattrs Wed Nov 15 15:14:17 2023 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-{
- "series" : [ "0" ]
-}
\ No newline at end of file
diff -r 4b6c2135e547 -r b32f5368e279 test-data/astronaut.ome.zarr/OME/.zgroup
--- a/test-data/astronaut.ome.zarr/OME/.zgroup Wed Nov 15 15:14:17 2023 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-{
- "zarr_format" : 2
-}
\ No newline at end of file
diff -r 4b6c2135e547 -r b32f5368e279 test-data/astronaut.ome.zarr/OME/METADATA.ome.xml
--- a/test-data/astronaut.ome.zarr/OME/METADATA.ome.xml Wed Nov 15 15:14:17 2023 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-
\ No newline at end of file
diff -r 4b6c2135e547 -r b32f5368e279 test-data/astronaut.png
Binary file test-data/astronaut.png has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/camera.jpg
Binary file test-data/camera.jpg has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/camera.ome.zarr/.zattrs
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/camera.ome.zarr/.zattrs Wed Nov 22 19:10:25 2023 +0000
@@ -0,0 +1,3 @@
+{
+ "bioformats2raw.layout" : 3
+}
\ No newline at end of file
diff -r 4b6c2135e547 -r b32f5368e279 test-data/camera.ome.zarr/.zgroup
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/camera.ome.zarr/.zgroup Wed Nov 22 19:10:25 2023 +0000
@@ -0,0 +1,3 @@
+{
+ "zarr_format" : 2
+}
\ No newline at end of file
diff -r 4b6c2135e547 -r b32f5368e279 test-data/camera.ome.zarr/0/.zattrs
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/camera.ome.zarr/0/.zattrs Wed Nov 22 19:10:25 2023 +0000
@@ -0,0 +1,66 @@
+{
+ "multiscales" : [ {
+ "metadata" : {
+ "method" : "loci.common.image.SimpleImageScaler",
+ "version" : "Bio-Formats 6.13.0"
+ },
+ "axes" : [ {
+ "name" : "t",
+ "type" : "time"
+ }, {
+ "name" : "c",
+ "type" : "channel"
+ }, {
+ "name" : "z",
+ "type" : "space"
+ }, {
+ "name" : "y",
+ "type" : "space"
+ }, {
+ "name" : "x",
+ "type" : "space"
+ } ],
+ "name" : "camera.jpg",
+ "datasets" : [ {
+ "path" : "0",
+ "coordinateTransformations" : [ {
+ "scale" : [ 1.0, 1.0, 1.0, 1.0, 1.0 ],
+ "type" : "scale"
+ } ]
+ }, {
+ "path" : "1",
+ "coordinateTransformations" : [ {
+ "scale" : [ 1.0, 1.0, 1.0, 2.0, 2.0 ],
+ "type" : "scale"
+ } ]
+ }, {
+ "path" : "2",
+ "coordinateTransformations" : [ {
+ "scale" : [ 1.0, 1.0, 1.0, 4.0, 4.0 ],
+ "type" : "scale"
+ } ]
+ } ],
+ "version" : "0.4"
+ } ],
+ "omero" : {
+ "channels" : [ {
+ "color" : "808080",
+ "coefficient" : 1,
+ "active" : true,
+ "label" : "Channel 0",
+ "window" : {
+ "min" : 0.0,
+ "max" : 255.0,
+ "start" : 0.0,
+ "end" : 255.0
+ },
+ "family" : "linear",
+ "inverted" : false
+ } ],
+ "rdefs" : {
+ "defaultT" : 0,
+ "model" : "greyscale",
+ "defaultZ" : 0
+ }
+ }
+}
\ No newline at end of file
diff -r 4b6c2135e547 -r b32f5368e279 test-data/camera.ome.zarr/0/.zgroup
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/camera.ome.zarr/0/.zgroup Wed Nov 22 19:10:25 2023 +0000
@@ -0,0 +1,3 @@
+{
+ "zarr_format" : 2
+}
\ No newline at end of file
diff -r 4b6c2135e547 -r b32f5368e279 test-data/camera.ome.zarr/0/0/.zarray
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/camera.ome.zarr/0/0/.zarray Wed Nov 22 19:10:25 2023 +0000
@@ -0,0 +1,17 @@
+{
+ "chunks" : [ 1, 1, 1, 96, 96 ],
+ "compressor" : {
+ "clevel" : 5,
+ "blocksize" : 0,
+ "shuffle" : 1,
+ "cname" : "lz4",
+ "id" : "blosc"
+ },
+ "dtype" : "|u1",
+ "fill_value" : 0,
+ "filters" : null,
+ "order" : "C",
+ "shape" : [ 1, 1, 1, 480, 640 ],
+ "dimension_separator" : "/",
+ "zarr_format" : 2
+}
\ No newline at end of file
diff -r 4b6c2135e547 -r b32f5368e279 test-data/camera.ome.zarr/0/0/0/0/0/0/0
Binary file test-data/camera.ome.zarr/0/0/0/0/0/0/0 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/camera.ome.zarr/0/0/0/0/0/0/1
Binary file test-data/camera.ome.zarr/0/0/0/0/0/0/1 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/camera.ome.zarr/0/0/0/0/0/0/2
Binary file test-data/camera.ome.zarr/0/0/0/0/0/0/2 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/camera.ome.zarr/0/0/0/0/0/0/3
Binary file test-data/camera.ome.zarr/0/0/0/0/0/0/3 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/camera.ome.zarr/0/0/0/0/0/0/4
Binary file test-data/camera.ome.zarr/0/0/0/0/0/0/4 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/camera.ome.zarr/0/0/0/0/0/0/5
Binary file test-data/camera.ome.zarr/0/0/0/0/0/0/5 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/camera.ome.zarr/0/0/0/0/0/0/6
Binary file test-data/camera.ome.zarr/0/0/0/0/0/0/6 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/camera.ome.zarr/0/0/0/0/0/1/0
Binary file test-data/camera.ome.zarr/0/0/0/0/0/1/0 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/camera.ome.zarr/0/0/0/0/0/1/1
Binary file test-data/camera.ome.zarr/0/0/0/0/0/1/1 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/camera.ome.zarr/0/0/0/0/0/1/2
Binary file test-data/camera.ome.zarr/0/0/0/0/0/1/2 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/camera.ome.zarr/0/0/0/0/0/1/3
Binary file test-data/camera.ome.zarr/0/0/0/0/0/1/3 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/camera.ome.zarr/0/0/0/0/0/1/4
Binary file test-data/camera.ome.zarr/0/0/0/0/0/1/4 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/camera.ome.zarr/0/0/0/0/0/1/5
Binary file test-data/camera.ome.zarr/0/0/0/0/0/1/5 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/camera.ome.zarr/0/0/0/0/0/1/6
Binary file test-data/camera.ome.zarr/0/0/0/0/0/1/6 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/camera.ome.zarr/0/0/0/0/0/2/0
Binary file test-data/camera.ome.zarr/0/0/0/0/0/2/0 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/camera.ome.zarr/0/0/0/0/0/2/1
Binary file test-data/camera.ome.zarr/0/0/0/0/0/2/1 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/camera.ome.zarr/0/0/0/0/0/2/2
Binary file test-data/camera.ome.zarr/0/0/0/0/0/2/2 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/camera.ome.zarr/0/0/0/0/0/2/3
Binary file test-data/camera.ome.zarr/0/0/0/0/0/2/3 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/camera.ome.zarr/0/0/0/0/0/2/4
Binary file test-data/camera.ome.zarr/0/0/0/0/0/2/4 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/camera.ome.zarr/0/0/0/0/0/2/5
Binary file test-data/camera.ome.zarr/0/0/0/0/0/2/5 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/camera.ome.zarr/0/0/0/0/0/2/6
Binary file test-data/camera.ome.zarr/0/0/0/0/0/2/6 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/camera.ome.zarr/0/0/0/0/0/3/0
Binary file test-data/camera.ome.zarr/0/0/0/0/0/3/0 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/camera.ome.zarr/0/0/0/0/0/3/1
Binary file test-data/camera.ome.zarr/0/0/0/0/0/3/1 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/camera.ome.zarr/0/0/0/0/0/3/2
Binary file test-data/camera.ome.zarr/0/0/0/0/0/3/2 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/camera.ome.zarr/0/0/0/0/0/3/3
Binary file test-data/camera.ome.zarr/0/0/0/0/0/3/3 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/camera.ome.zarr/0/0/0/0/0/3/4
Binary file test-data/camera.ome.zarr/0/0/0/0/0/3/4 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/camera.ome.zarr/0/0/0/0/0/3/5
Binary file test-data/camera.ome.zarr/0/0/0/0/0/3/5 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/camera.ome.zarr/0/0/0/0/0/3/6
Binary file test-data/camera.ome.zarr/0/0/0/0/0/3/6 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/camera.ome.zarr/0/0/0/0/0/4/0
Binary file test-data/camera.ome.zarr/0/0/0/0/0/4/0 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/camera.ome.zarr/0/0/0/0/0/4/1
Binary file test-data/camera.ome.zarr/0/0/0/0/0/4/1 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/camera.ome.zarr/0/0/0/0/0/4/2
Binary file test-data/camera.ome.zarr/0/0/0/0/0/4/2 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/camera.ome.zarr/0/0/0/0/0/4/3
Binary file test-data/camera.ome.zarr/0/0/0/0/0/4/3 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/camera.ome.zarr/0/0/0/0/0/4/4
Binary file test-data/camera.ome.zarr/0/0/0/0/0/4/4 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/camera.ome.zarr/0/0/0/0/0/4/5
Binary file test-data/camera.ome.zarr/0/0/0/0/0/4/5 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/camera.ome.zarr/0/0/0/0/0/4/6
Binary file test-data/camera.ome.zarr/0/0/0/0/0/4/6 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/camera.ome.zarr/0/1/.zarray
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/camera.ome.zarr/0/1/.zarray Wed Nov 22 19:10:25 2023 +0000
@@ -0,0 +1,17 @@
+{
+ "chunks" : [ 1, 1, 1, 96, 96 ],
+ "compressor" : {
+ "clevel" : 5,
+ "blocksize" : 0,
+ "shuffle" : 1,
+ "cname" : "lz4",
+ "id" : "blosc"
+ },
+ "dtype" : "|u1",
+ "fill_value" : 0,
+ "filters" : null,
+ "order" : "C",
+ "shape" : [ 1, 1, 1, 240, 320 ],
+ "dimension_separator" : "/",
+ "zarr_format" : 2
+}
\ No newline at end of file
diff -r 4b6c2135e547 -r b32f5368e279 test-data/camera.ome.zarr/0/1/0/0/0/0/0
Binary file test-data/camera.ome.zarr/0/1/0/0/0/0/0 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/camera.ome.zarr/0/1/0/0/0/0/1
Binary file test-data/camera.ome.zarr/0/1/0/0/0/0/1 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/camera.ome.zarr/0/1/0/0/0/0/2
Binary file test-data/camera.ome.zarr/0/1/0/0/0/0/2 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/camera.ome.zarr/0/1/0/0/0/0/3
Binary file test-data/camera.ome.zarr/0/1/0/0/0/0/3 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/camera.ome.zarr/0/1/0/0/0/1/0
Binary file test-data/camera.ome.zarr/0/1/0/0/0/1/0 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/camera.ome.zarr/0/1/0/0/0/1/1
Binary file test-data/camera.ome.zarr/0/1/0/0/0/1/1 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/camera.ome.zarr/0/1/0/0/0/1/2
Binary file test-data/camera.ome.zarr/0/1/0/0/0/1/2 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/camera.ome.zarr/0/1/0/0/0/1/3
Binary file test-data/camera.ome.zarr/0/1/0/0/0/1/3 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/camera.ome.zarr/0/1/0/0/0/2/0
Binary file test-data/camera.ome.zarr/0/1/0/0/0/2/0 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/camera.ome.zarr/0/1/0/0/0/2/1
Binary file test-data/camera.ome.zarr/0/1/0/0/0/2/1 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/camera.ome.zarr/0/1/0/0/0/2/2
Binary file test-data/camera.ome.zarr/0/1/0/0/0/2/2 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/camera.ome.zarr/0/1/0/0/0/2/3
Binary file test-data/camera.ome.zarr/0/1/0/0/0/2/3 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/camera.ome.zarr/0/2/.zarray
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/camera.ome.zarr/0/2/.zarray Wed Nov 22 19:10:25 2023 +0000
@@ -0,0 +1,17 @@
+{
+ "chunks" : [ 1, 1, 1, 96, 96 ],
+ "compressor" : {
+ "clevel" : 5,
+ "blocksize" : 0,
+ "shuffle" : 1,
+ "cname" : "lz4",
+ "id" : "blosc"
+ },
+ "dtype" : "|u1",
+ "fill_value" : 0,
+ "filters" : null,
+ "order" : "C",
+ "shape" : [ 1, 1, 1, 120, 160 ],
+ "dimension_separator" : "/",
+ "zarr_format" : 2
+}
\ No newline at end of file
diff -r 4b6c2135e547 -r b32f5368e279 test-data/camera.ome.zarr/0/2/0/0/0/0/0
Binary file test-data/camera.ome.zarr/0/2/0/0/0/0/0 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/camera.ome.zarr/0/2/0/0/0/0/1
Binary file test-data/camera.ome.zarr/0/2/0/0/0/0/1 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/camera.ome.zarr/0/2/0/0/0/1/0
Binary file test-data/camera.ome.zarr/0/2/0/0/0/1/0 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/camera.ome.zarr/0/2/0/0/0/1/1
Binary file test-data/camera.ome.zarr/0/2/0/0/0/1/1 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/camera.ome.zarr/OME/.zattrs
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/camera.ome.zarr/OME/.zattrs Wed Nov 22 19:10:25 2023 +0000
@@ -0,0 +1,3 @@
+{
+ "series" : [ "0" ]
+}
\ No newline at end of file
diff -r 4b6c2135e547 -r b32f5368e279 test-data/camera.ome.zarr/OME/.zgroup
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/camera.ome.zarr/OME/.zgroup Wed Nov 22 19:10:25 2023 +0000
@@ -0,0 +1,3 @@
+{
+ "zarr_format" : 2
+}
\ No newline at end of file
diff -r 4b6c2135e547 -r b32f5368e279 test-data/camera.ome.zarr/OME/METADATA.ome.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/camera.ome.zarr/OME/METADATA.ome.xml Wed Nov 22 19:10:25 2023 +0000
@@ -0,0 +1,1 @@
+
\ No newline at end of file
diff -r 4b6c2135e547 -r b32f5368e279 test-data/coins.ome.zarr/.zattrs
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/coins.ome.zarr/.zattrs Wed Nov 22 19:10:25 2023 +0000
@@ -0,0 +1,3 @@
+{
+ "bioformats2raw.layout" : 3
+}
\ No newline at end of file
diff -r 4b6c2135e547 -r b32f5368e279 test-data/coins.ome.zarr/.zgroup
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/coins.ome.zarr/.zgroup Wed Nov 22 19:10:25 2023 +0000
@@ -0,0 +1,3 @@
+{
+ "zarr_format" : 2
+}
\ No newline at end of file
diff -r 4b6c2135e547 -r b32f5368e279 test-data/coins.ome.zarr/0/.zattrs
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/coins.ome.zarr/0/.zattrs Wed Nov 22 19:10:25 2023 +0000
@@ -0,0 +1,66 @@
+{
+ "multiscales" : [ {
+ "metadata" : {
+ "method" : "loci.common.image.SimpleImageScaler",
+ "version" : "Bio-Formats 6.13.0"
+ },
+ "axes" : [ {
+ "name" : "t",
+ "type" : "time"
+ }, {
+ "name" : "c",
+ "type" : "channel"
+ }, {
+ "name" : "z",
+ "type" : "space"
+ }, {
+ "name" : "y",
+ "type" : "space"
+ }, {
+ "name" : "x",
+ "type" : "space"
+ } ],
+ "name" : "coins.png",
+ "datasets" : [ {
+ "path" : "0",
+ "coordinateTransformations" : [ {
+ "scale" : [ 1.0, 1.0, 1.0, 1.0, 1.0 ],
+ "type" : "scale"
+ } ]
+ }, {
+ "path" : "1",
+ "coordinateTransformations" : [ {
+ "scale" : [ 1.0, 1.0, 1.0, 2.0, 2.0 ],
+ "type" : "scale"
+ } ]
+ }, {
+ "path" : "2",
+ "coordinateTransformations" : [ {
+ "scale" : [ 1.0, 1.0, 1.0, 4.0, 4.0 ],
+ "type" : "scale"
+ } ]
+ } ],
+ "version" : "0.4"
+ } ],
+ "omero" : {
+ "channels" : [ {
+ "color" : "808080",
+ "coefficient" : 1,
+ "active" : true,
+ "label" : "Channel 0",
+ "window" : {
+ "min" : 0.0,
+ "max" : 255.0,
+ "start" : 0.0,
+ "end" : 255.0
+ },
+ "family" : "linear",
+ "inverted" : false
+ } ],
+ "rdefs" : {
+ "defaultT" : 0,
+ "model" : "greyscale",
+ "defaultZ" : 0
+ }
+ }
+}
\ No newline at end of file
diff -r 4b6c2135e547 -r b32f5368e279 test-data/coins.ome.zarr/0/.zgroup
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/coins.ome.zarr/0/.zgroup Wed Nov 22 19:10:25 2023 +0000
@@ -0,0 +1,3 @@
+{
+ "zarr_format" : 2
+}
\ No newline at end of file
diff -r 4b6c2135e547 -r b32f5368e279 test-data/coins.ome.zarr/0/0/.zarray
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/coins.ome.zarr/0/0/.zarray Wed Nov 22 19:10:25 2023 +0000
@@ -0,0 +1,17 @@
+{
+ "chunks" : [ 1, 1, 1, 96, 96 ],
+ "compressor" : {
+ "clevel" : 5,
+ "blocksize" : 0,
+ "shuffle" : 1,
+ "cname" : "lz4",
+ "id" : "blosc"
+ },
+ "dtype" : "|u1",
+ "fill_value" : 0,
+ "filters" : null,
+ "order" : "C",
+ "shape" : [ 1, 1, 1, 480, 640 ],
+ "dimension_separator" : "/",
+ "zarr_format" : 2
+}
\ No newline at end of file
diff -r 4b6c2135e547 -r b32f5368e279 test-data/coins.ome.zarr/0/0/0/0/0/0/0
Binary file test-data/coins.ome.zarr/0/0/0/0/0/0/0 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/coins.ome.zarr/0/0/0/0/0/0/1
Binary file test-data/coins.ome.zarr/0/0/0/0/0/0/1 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/coins.ome.zarr/0/0/0/0/0/0/2
Binary file test-data/coins.ome.zarr/0/0/0/0/0/0/2 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/coins.ome.zarr/0/0/0/0/0/0/3
Binary file test-data/coins.ome.zarr/0/0/0/0/0/0/3 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/coins.ome.zarr/0/0/0/0/0/0/4
Binary file test-data/coins.ome.zarr/0/0/0/0/0/0/4 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/coins.ome.zarr/0/0/0/0/0/0/5
Binary file test-data/coins.ome.zarr/0/0/0/0/0/0/5 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/coins.ome.zarr/0/0/0/0/0/0/6
Binary file test-data/coins.ome.zarr/0/0/0/0/0/0/6 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/coins.ome.zarr/0/0/0/0/0/1/0
Binary file test-data/coins.ome.zarr/0/0/0/0/0/1/0 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/coins.ome.zarr/0/0/0/0/0/1/1
Binary file test-data/coins.ome.zarr/0/0/0/0/0/1/1 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/coins.ome.zarr/0/0/0/0/0/1/2
Binary file test-data/coins.ome.zarr/0/0/0/0/0/1/2 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/coins.ome.zarr/0/0/0/0/0/1/3
Binary file test-data/coins.ome.zarr/0/0/0/0/0/1/3 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/coins.ome.zarr/0/0/0/0/0/1/4
Binary file test-data/coins.ome.zarr/0/0/0/0/0/1/4 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/coins.ome.zarr/0/0/0/0/0/1/5
Binary file test-data/coins.ome.zarr/0/0/0/0/0/1/5 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/coins.ome.zarr/0/0/0/0/0/1/6
Binary file test-data/coins.ome.zarr/0/0/0/0/0/1/6 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/coins.ome.zarr/0/0/0/0/0/2/0
Binary file test-data/coins.ome.zarr/0/0/0/0/0/2/0 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/coins.ome.zarr/0/0/0/0/0/2/1
Binary file test-data/coins.ome.zarr/0/0/0/0/0/2/1 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/coins.ome.zarr/0/0/0/0/0/2/2
Binary file test-data/coins.ome.zarr/0/0/0/0/0/2/2 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/coins.ome.zarr/0/0/0/0/0/2/3
Binary file test-data/coins.ome.zarr/0/0/0/0/0/2/3 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/coins.ome.zarr/0/0/0/0/0/2/4
Binary file test-data/coins.ome.zarr/0/0/0/0/0/2/4 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/coins.ome.zarr/0/0/0/0/0/2/5
Binary file test-data/coins.ome.zarr/0/0/0/0/0/2/5 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/coins.ome.zarr/0/0/0/0/0/2/6
Binary file test-data/coins.ome.zarr/0/0/0/0/0/2/6 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/coins.ome.zarr/0/0/0/0/0/3/0
Binary file test-data/coins.ome.zarr/0/0/0/0/0/3/0 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/coins.ome.zarr/0/0/0/0/0/3/1
Binary file test-data/coins.ome.zarr/0/0/0/0/0/3/1 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/coins.ome.zarr/0/0/0/0/0/3/2
Binary file test-data/coins.ome.zarr/0/0/0/0/0/3/2 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/coins.ome.zarr/0/0/0/0/0/3/3
Binary file test-data/coins.ome.zarr/0/0/0/0/0/3/3 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/coins.ome.zarr/0/0/0/0/0/3/4
Binary file test-data/coins.ome.zarr/0/0/0/0/0/3/4 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/coins.ome.zarr/0/0/0/0/0/3/5
Binary file test-data/coins.ome.zarr/0/0/0/0/0/3/5 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/coins.ome.zarr/0/0/0/0/0/3/6
Binary file test-data/coins.ome.zarr/0/0/0/0/0/3/6 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/coins.ome.zarr/0/0/0/0/0/4/0
Binary file test-data/coins.ome.zarr/0/0/0/0/0/4/0 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/coins.ome.zarr/0/0/0/0/0/4/1
Binary file test-data/coins.ome.zarr/0/0/0/0/0/4/1 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/coins.ome.zarr/0/0/0/0/0/4/2
Binary file test-data/coins.ome.zarr/0/0/0/0/0/4/2 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/coins.ome.zarr/0/0/0/0/0/4/3
Binary file test-data/coins.ome.zarr/0/0/0/0/0/4/3 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/coins.ome.zarr/0/0/0/0/0/4/4
Binary file test-data/coins.ome.zarr/0/0/0/0/0/4/4 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/coins.ome.zarr/0/0/0/0/0/4/5
Binary file test-data/coins.ome.zarr/0/0/0/0/0/4/5 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/coins.ome.zarr/0/0/0/0/0/4/6
Binary file test-data/coins.ome.zarr/0/0/0/0/0/4/6 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/coins.ome.zarr/0/1/.zarray
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/coins.ome.zarr/0/1/.zarray Wed Nov 22 19:10:25 2023 +0000
@@ -0,0 +1,17 @@
+{
+ "chunks" : [ 1, 1, 1, 96, 96 ],
+ "compressor" : {
+ "clevel" : 5,
+ "blocksize" : 0,
+ "shuffle" : 1,
+ "cname" : "lz4",
+ "id" : "blosc"
+ },
+ "dtype" : "|u1",
+ "fill_value" : 0,
+ "filters" : null,
+ "order" : "C",
+ "shape" : [ 1, 1, 1, 240, 320 ],
+ "dimension_separator" : "/",
+ "zarr_format" : 2
+}
\ No newline at end of file
diff -r 4b6c2135e547 -r b32f5368e279 test-data/coins.ome.zarr/0/1/0/0/0/0/0
Binary file test-data/coins.ome.zarr/0/1/0/0/0/0/0 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/coins.ome.zarr/0/1/0/0/0/0/1
Binary file test-data/coins.ome.zarr/0/1/0/0/0/0/1 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/coins.ome.zarr/0/1/0/0/0/0/2
Binary file test-data/coins.ome.zarr/0/1/0/0/0/0/2 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/coins.ome.zarr/0/1/0/0/0/0/3
Binary file test-data/coins.ome.zarr/0/1/0/0/0/0/3 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/coins.ome.zarr/0/1/0/0/0/1/0
Binary file test-data/coins.ome.zarr/0/1/0/0/0/1/0 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/coins.ome.zarr/0/1/0/0/0/1/1
Binary file test-data/coins.ome.zarr/0/1/0/0/0/1/1 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/coins.ome.zarr/0/1/0/0/0/1/2
Binary file test-data/coins.ome.zarr/0/1/0/0/0/1/2 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/coins.ome.zarr/0/1/0/0/0/1/3
Binary file test-data/coins.ome.zarr/0/1/0/0/0/1/3 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/coins.ome.zarr/0/1/0/0/0/2/0
Binary file test-data/coins.ome.zarr/0/1/0/0/0/2/0 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/coins.ome.zarr/0/1/0/0/0/2/1
Binary file test-data/coins.ome.zarr/0/1/0/0/0/2/1 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/coins.ome.zarr/0/1/0/0/0/2/2
Binary file test-data/coins.ome.zarr/0/1/0/0/0/2/2 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/coins.ome.zarr/0/1/0/0/0/2/3
Binary file test-data/coins.ome.zarr/0/1/0/0/0/2/3 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/coins.ome.zarr/0/2/.zarray
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/coins.ome.zarr/0/2/.zarray Wed Nov 22 19:10:25 2023 +0000
@@ -0,0 +1,17 @@
+{
+ "chunks" : [ 1, 1, 1, 96, 96 ],
+ "compressor" : {
+ "clevel" : 5,
+ "blocksize" : 0,
+ "shuffle" : 1,
+ "cname" : "lz4",
+ "id" : "blosc"
+ },
+ "dtype" : "|u1",
+ "fill_value" : 0,
+ "filters" : null,
+ "order" : "C",
+ "shape" : [ 1, 1, 1, 120, 160 ],
+ "dimension_separator" : "/",
+ "zarr_format" : 2
+}
\ No newline at end of file
diff -r 4b6c2135e547 -r b32f5368e279 test-data/coins.ome.zarr/0/2/0/0/0/0/0
Binary file test-data/coins.ome.zarr/0/2/0/0/0/0/0 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/coins.ome.zarr/0/2/0/0/0/0/1
Binary file test-data/coins.ome.zarr/0/2/0/0/0/0/1 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/coins.ome.zarr/0/2/0/0/0/1/0
Binary file test-data/coins.ome.zarr/0/2/0/0/0/1/0 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/coins.ome.zarr/0/2/0/0/0/1/1
Binary file test-data/coins.ome.zarr/0/2/0/0/0/1/1 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/coins.ome.zarr/OME/.zattrs
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/coins.ome.zarr/OME/.zattrs Wed Nov 22 19:10:25 2023 +0000
@@ -0,0 +1,3 @@
+{
+ "series" : [ "0" ]
+}
\ No newline at end of file
diff -r 4b6c2135e547 -r b32f5368e279 test-data/coins.ome.zarr/OME/.zgroup
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/coins.ome.zarr/OME/.zgroup Wed Nov 22 19:10:25 2023 +0000
@@ -0,0 +1,3 @@
+{
+ "zarr_format" : 2
+}
\ No newline at end of file
diff -r 4b6c2135e547 -r b32f5368e279 test-data/coins.ome.zarr/OME/METADATA.ome.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/coins.ome.zarr/OME/METADATA.ome.xml Wed Nov 22 19:10:25 2023 +0000
@@ -0,0 +1,1 @@
+
\ No newline at end of file
diff -r 4b6c2135e547 -r b32f5368e279 test-data/coins.png
Binary file test-data/coins.png has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/rocket.jpg
Binary file test-data/rocket.jpg has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/rocket.ome.zarr/.zattrs
--- a/test-data/rocket.ome.zarr/.zattrs Wed Nov 15 15:14:17 2023 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-{
- "bioformats2raw.layout" : 3
-}
\ No newline at end of file
diff -r 4b6c2135e547 -r b32f5368e279 test-data/rocket.ome.zarr/.zgroup
--- a/test-data/rocket.ome.zarr/.zgroup Wed Nov 15 15:14:17 2023 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-{
- "zarr_format" : 2
-}
\ No newline at end of file
diff -r 4b6c2135e547 -r b32f5368e279 test-data/rocket.ome.zarr/0/.zattrs
--- a/test-data/rocket.ome.zarr/0/.zattrs Wed Nov 15 15:14:17 2023 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,92 +0,0 @@
-{
- "multiscales" : [ {
- "metadata" : {
- "method" : "loci.common.image.SimpleImageScaler",
- "version" : "Bio-Formats 6.13.0"
- },
- "axes" : [ {
- "name" : "t",
- "type" : "time"
- }, {
- "name" : "c",
- "type" : "channel"
- }, {
- "name" : "z",
- "type" : "space"
- }, {
- "name" : "y",
- "type" : "space"
- }, {
- "name" : "x",
- "type" : "space"
- } ],
- "name" : "rocket.jpg",
- "datasets" : [ {
- "path" : "0",
- "coordinateTransformations" : [ {
- "scale" : [ 1.0, 1.0, 1.0, 1.0, 1.0 ],
- "type" : "scale"
- } ]
- }, {
- "path" : "1",
- "coordinateTransformations" : [ {
- "scale" : [ 1.0, 1.0, 1.0, 2.0, 2.0 ],
- "type" : "scale"
- } ]
- }, {
- "path" : "2",
- "coordinateTransformations" : [ {
- "scale" : [ 1.0, 1.0, 1.0, 4.0, 4.0 ],
- "type" : "scale"
- } ]
- } ],
- "version" : "0.4"
- } ],
- "omero" : {
- "channels" : [ {
- "color" : "FF0000",
- "coefficient" : 1,
- "active" : true,
- "label" : "Channel 0",
- "window" : {
- "min" : 0.0,
- "max" : 255.0,
- "start" : 0.0,
- "end" : 255.0
- },
- "family" : "linear",
- "inverted" : false
- }, {
- "color" : "00FF00",
- "coefficient" : 1,
- "active" : true,
- "label" : "Channel 1",
- "window" : {
- "min" : 0.0,
- "max" : 255.0,
- "start" : 0.0,
- "end" : 255.0
- },
- "family" : "linear",
- "inverted" : false
- }, {
- "color" : "0000FF",
- "coefficient" : 1,
- "active" : true,
- "label" : "Channel 2",
- "window" : {
- "min" : 0.0,
- "max" : 255.0,
- "start" : 0.0,
- "end" : 255.0
- },
- "family" : "linear",
- "inverted" : false
- } ],
- "rdefs" : {
- "defaultT" : 0,
- "model" : "color",
- "defaultZ" : 0
- }
- }
-}
\ No newline at end of file
diff -r 4b6c2135e547 -r b32f5368e279 test-data/rocket.ome.zarr/0/.zgroup
--- a/test-data/rocket.ome.zarr/0/.zgroup Wed Nov 15 15:14:17 2023 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-{
- "zarr_format" : 2
-}
\ No newline at end of file
diff -r 4b6c2135e547 -r b32f5368e279 test-data/rocket.ome.zarr/0/0/.zarray
--- a/test-data/rocket.ome.zarr/0/0/.zarray Wed Nov 15 15:14:17 2023 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-{
- "chunks" : [ 1, 1, 1, 427, 640 ],
- "compressor" : {
- "clevel" : 5,
- "blocksize" : 0,
- "shuffle" : 1,
- "cname" : "lz4",
- "id" : "blosc"
- },
- "dtype" : "|u1",
- "fill_value" : 0,
- "filters" : null,
- "order" : "C",
- "shape" : [ 1, 3, 1, 427, 640 ],
- "dimension_separator" : "/",
- "zarr_format" : 2
-}
\ No newline at end of file
diff -r 4b6c2135e547 -r b32f5368e279 test-data/rocket.ome.zarr/0/0/0/0/0/0/0
Binary file test-data/rocket.ome.zarr/0/0/0/0/0/0/0 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/rocket.ome.zarr/0/0/0/1/0/0/0
Binary file test-data/rocket.ome.zarr/0/0/0/1/0/0/0 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/rocket.ome.zarr/0/0/0/2/0/0/0
Binary file test-data/rocket.ome.zarr/0/0/0/2/0/0/0 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/rocket.ome.zarr/0/1/.zarray
--- a/test-data/rocket.ome.zarr/0/1/.zarray Wed Nov 15 15:14:17 2023 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-{
- "chunks" : [ 1, 1, 1, 213, 320 ],
- "compressor" : {
- "clevel" : 5,
- "blocksize" : 0,
- "shuffle" : 1,
- "cname" : "lz4",
- "id" : "blosc"
- },
- "dtype" : "|u1",
- "fill_value" : 0,
- "filters" : null,
- "order" : "C",
- "shape" : [ 1, 3, 1, 213, 320 ],
- "dimension_separator" : "/",
- "zarr_format" : 2
-}
\ No newline at end of file
diff -r 4b6c2135e547 -r b32f5368e279 test-data/rocket.ome.zarr/0/1/0/0/0/0/0
Binary file test-data/rocket.ome.zarr/0/1/0/0/0/0/0 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/rocket.ome.zarr/0/1/0/1/0/0/0
Binary file test-data/rocket.ome.zarr/0/1/0/1/0/0/0 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/rocket.ome.zarr/0/1/0/2/0/0/0
Binary file test-data/rocket.ome.zarr/0/1/0/2/0/0/0 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/rocket.ome.zarr/0/2/.zarray
--- a/test-data/rocket.ome.zarr/0/2/.zarray Wed Nov 15 15:14:17 2023 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-{
- "chunks" : [ 1, 1, 1, 106, 160 ],
- "compressor" : {
- "clevel" : 5,
- "blocksize" : 0,
- "shuffle" : 1,
- "cname" : "lz4",
- "id" : "blosc"
- },
- "dtype" : "|u1",
- "fill_value" : 0,
- "filters" : null,
- "order" : "C",
- "shape" : [ 1, 3, 1, 106, 160 ],
- "dimension_separator" : "/",
- "zarr_format" : 2
-}
\ No newline at end of file
diff -r 4b6c2135e547 -r b32f5368e279 test-data/rocket.ome.zarr/0/2/0/0/0/0/0
Binary file test-data/rocket.ome.zarr/0/2/0/0/0/0/0 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/rocket.ome.zarr/0/2/0/1/0/0/0
Binary file test-data/rocket.ome.zarr/0/2/0/1/0/0/0 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/rocket.ome.zarr/0/2/0/2/0/0/0
Binary file test-data/rocket.ome.zarr/0/2/0/2/0/0/0 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/rocket.ome.zarr/OME/.zattrs
--- a/test-data/rocket.ome.zarr/OME/.zattrs Wed Nov 15 15:14:17 2023 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-{
- "series" : [ "0" ]
-}
\ No newline at end of file
diff -r 4b6c2135e547 -r b32f5368e279 test-data/rocket.ome.zarr/OME/.zgroup
--- a/test-data/rocket.ome.zarr/OME/.zgroup Wed Nov 15 15:14:17 2023 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-{
- "zarr_format" : 2
-}
\ No newline at end of file
diff -r 4b6c2135e547 -r b32f5368e279 test-data/rocket.ome.zarr/OME/METADATA.ome.xml
--- a/test-data/rocket.ome.zarr/OME/METADATA.ome.xml Wed Nov 15 15:14:17 2023 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-
\ No newline at end of file
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/.zarray
--- a/test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/.zarray Wed Nov 15 15:14:17 2023 +0000
+++ b/test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/.zarray Wed Nov 22 19:10:25 2023 +0000
@@ -1,5 +1,5 @@
{
- "chunks" : [ 1, 1, 1, 263, 263 ],
+ "chunks" : [ 1, 1, 1, 96, 96 ],
"compressor" : {
"clevel" : 5,
"blocksize" : 0,
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/0/0/0
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/0/0/0 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/0/0/1
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/0/0/1 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/0/0/2
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/0/0/2 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/0/1/0
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/0/1/0 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/0/1/1
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/0/1/1 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/0/1/2
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/0/1/2 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/0/2/0
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/0/2/0 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/0/2/1
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/0/2/1 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/0/2/2
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/0/2/2 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/1/0/0
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/1/0/0 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/1/0/1
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/1/0/1 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/1/0/2
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/1/0/2 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/1/1/0
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/1/1/0 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/1/1/1
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/1/1/1 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/1/1/2
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/1/1/2 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/1/2/0
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/1/2/0 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/1/2/1
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/1/2/1 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/1/2/2
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/1/2/2 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/2/0/0
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/2/0/0 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/2/0/1
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/2/0/1 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/2/0/2
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/2/0/2 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/2/1/0
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/2/1/0 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/2/1/1
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/2/1/1 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/2/1/2
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/2/1/2 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/2/2/0
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/2/2/0 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/2/2/1
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/2/2/1 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/2/2/2
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/2/2/2 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/3/0/0
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/3/0/0 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/3/0/1
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/3/0/1 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/3/0/2
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/3/0/2 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/3/1/0
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/3/1/0 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/3/1/1
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/3/1/1 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/3/1/2
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/3/1/2 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/3/2/0
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/3/2/0 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/3/2/1
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/3/2/1 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/3/2/2
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/3/2/2 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/4/0/0
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/4/0/0 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/4/0/1
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/4/0/1 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/4/0/2
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/4/0/2 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/4/1/0
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/4/1/0 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/4/1/1
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/4/1/1 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/4/1/2
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/4/1/2 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/4/2/0
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/4/2/0 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/4/2/1
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/4/2/1 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/4/2/2
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/4/2/2 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/5/0/0
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/5/0/0 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/5/0/1
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/5/0/1 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/5/0/2
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/5/0/2 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/5/1/0
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/5/1/0 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/5/1/1
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/5/1/1 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/5/1/2
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/5/1/2 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/5/2/0
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/5/2/0 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/5/2/1
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/5/2/1 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/5/2/2
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/0/0/0/5/2/2 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/1/.zarray
--- a/test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/1/.zarray Wed Nov 15 15:14:17 2023 +0000
+++ b/test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/1/.zarray Wed Nov 22 19:10:25 2023 +0000
@@ -1,5 +1,5 @@
{
- "chunks" : [ 1, 1, 1, 131, 131 ],
+ "chunks" : [ 1, 1, 1, 96, 96 ],
"compressor" : {
"clevel" : 5,
"blocksize" : 0,
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/1/0/0/0/0/0
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/1/0/0/0/0/0 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/1/0/0/0/0/1
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/1/0/0/0/0/1 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/1/0/0/0/1/0
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/1/0/0/0/1/0 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/1/0/0/0/1/1
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/1/0/0/0/1/1 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/1/0/0/1/0/0
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/1/0/0/1/0/0 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/1/0/0/1/0/1
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/1/0/0/1/0/1 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/1/0/0/1/1/0
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/1/0/0/1/1/0 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/1/0/0/1/1/1
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/1/0/0/1/1/1 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/1/0/0/2/0/0
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/1/0/0/2/0/0 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/1/0/0/2/0/1
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/1/0/0/2/0/1 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/1/0/0/2/1/0
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/1/0/0/2/1/0 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/1/0/0/2/1/1
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/1/0/0/2/1/1 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/1/0/0/3/0/0
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/1/0/0/3/0/0 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/1/0/0/3/0/1
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/1/0/0/3/0/1 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/1/0/0/3/1/0
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/1/0/0/3/1/0 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/1/0/0/3/1/1
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/1/0/0/3/1/1 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/1/0/0/4/0/0
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/1/0/0/4/0/0 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/1/0/0/4/0/1
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/1/0/0/4/0/1 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/1/0/0/4/1/0
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/1/0/0/4/1/0 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/1/0/0/4/1/1
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/1/0/0/4/1/1 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/1/0/0/5/0/0
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/1/0/0/5/0/0 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/1/0/0/5/0/1
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/1/0/0/5/0/1 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/1/0/0/5/1/0
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/1/0/0/5/1/0 has changed
diff -r 4b6c2135e547 -r b32f5368e279 test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/1/0/0/5/1/1
Binary file test-data/xyz_8bit__mitotic_plate_calibrated.ome.zarr/0/1/0/0/5/1/1 has changed