diff test-data/input/README.md @ 4:8f0dd9a58ec3 draft default tip

planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/binary2labelimage/ commit f5a4de7535e433e3b0e96e0694e481b6643a54f8
author imgteam
date Sat, 03 Jan 2026 14:14:05 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/input/README.md	Sat Jan 03 14:14:05 2026 +0000
@@ -0,0 +1,46 @@
+# Overview of the test images
+
+## `input9.tiff`:
+
+- axes: `ZYX`
+- resolution: `(2, 100, 100)`
+- dtype: `bool`
+- binary image
+- metadata:
+  - resolution: `(1.0, 1.0)`
+  - z-spacing: `1.0`
+  - unit: `um`
+
+## `input9.zarr`:
+
+- axes: `ZYX`
+- resolution: `(2, 100, 100)`
+- dtype: `bool`
+- binary image
+- metadata:
+  - resolution: `(1.0, 1.0)`
+  - z-spacing: `1.0`
+  - unit: `um`
+
+## `input10.zarr`:
+
+- axes: `CYX`
+- resolution: `(2, 64, 64)`
+- dtype: `uint8`
+- metadata:
+  - resolution: `(1.0, 1.0)`
+  - z-spacing: `1.0`
+  - unit: `um`
+
+## `input11.tiff`
+
+- axes: `YX`
+- resolution: `(265, 329)`
+- dtype: `uint16`
+- binary image
+
+## `rgb.png`:
+
+- axes: `YXC`
+- resolution: `(6, 6, 3)`
+- dtype: `uint8`