comparison 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
comparison
equal deleted inserted replaced
3:a041e4e9d449 4:8f0dd9a58ec3
1 # Overview of the test images
2
3 ## `input9.tiff`:
4
5 - axes: `ZYX`
6 - resolution: `(2, 100, 100)`
7 - dtype: `bool`
8 - binary image
9 - metadata:
10 - resolution: `(1.0, 1.0)`
11 - z-spacing: `1.0`
12 - unit: `um`
13
14 ## `input9.zarr`:
15
16 - axes: `ZYX`
17 - resolution: `(2, 100, 100)`
18 - dtype: `bool`
19 - binary image
20 - metadata:
21 - resolution: `(1.0, 1.0)`
22 - z-spacing: `1.0`
23 - unit: `um`
24
25 ## `input10.zarr`:
26
27 - axes: `CYX`
28 - resolution: `(2, 64, 64)`
29 - dtype: `uint8`
30 - metadata:
31 - resolution: `(1.0, 1.0)`
32 - z-spacing: `1.0`
33 - unit: `um`
34
35 ## `input11.tiff`
36
37 - axes: `YX`
38 - resolution: `(265, 329)`
39 - dtype: `uint16`
40 - binary image
41
42 ## `rgb.png`:
43
44 - axes: `YXC`
45 - resolution: `(6, 6, 3)`
46 - dtype: `uint8`