comparison test-data/input/README.md @ 5:5530132d500e draft

planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/2d_feature_extraction/ commit bb2d58ed37d8eb09583b86e3cdd9f5d1b56c42a0
author imgteam
date Sun, 04 Jan 2026 20:56:17 +0000
parents
children
comparison
equal deleted inserted replaced
4:a4bc9dfde846 5:5530132d500e
1 # Overview of the test images
2
3 ## Label maps
4
5 ### `input9.zarr`:
6
7 - axes: `ZYX`
8 - resolution: `(2, 100, 100)`
9 - dtype: `bool`
10 - binary image
11 - metadata:
12 - resolution: `(1.0, 1.0)`
13 - z-spacing: `1.0`
14 - unit: `um`
15
16 ### `input11.tiff`
17
18 - axes: `YX`
19 - resolution: `(265, 329)`
20 - dtype: `uint16`
21 - binary image
22
23 ### `input12.png`
24
25 - axes: `YX`
26 - resolution: `(58, 64)`
27 - dtype: `uint8`
28 - labels: `0...24`
29
30 ### `input13.zarr`
31
32 - axes: `YX`
33 - resolution: `(265, 329)`
34 - dtype: `uint8`
35 - labels: `0...2`
36
37 ## Intensity images
38
39 ### `input1_uint8.tiff`:
40
41 - axes: `YX`
42 - resolution: `(265, 329)`
43 - dtype: `uint8`
44 - metadata: none
45
46 ### `input3_uint16.tiff`:
47
48 - axes: `YXC`
49 - resolution: `(58, 64, 3)`
50 - dtype: `uint16`
51 - metadata:
52 - resolution: `(2.0, 1.0)`
53 - unit: `mm`
54
55 ### `input8_zyx.zarr`:
56
57 - axes: `ZYX`
58 - resolution: `(2, 100, 100)`
59 - dtype: `float64`
60 - metadata:
61 - resolution: `(1.0, 1.0)`
62 - z-spacing: `1.0`
63 - unit: `um`
64
65 ### `input10.zarr`:
66
67 - axes: `CYX`
68 - resolution: `(2, 64, 64)`
69 - dtype: `uint8`
70 - metadata:
71 - resolution: `(1.0, 1.0)`
72 - z-spacing: `1.0`
73 - unit: `um`