Mercurial > repos > imgteam > binary2labelimage
comparison test-data/input/input9.zarr/zarr.json @ 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 { | |
| 2 "attributes": { | |
| 3 "ome": { | |
| 4 "version": "0.5", | |
| 5 "multiscales": [ | |
| 6 { | |
| 7 "datasets": [ | |
| 8 { | |
| 9 "path": "0", | |
| 10 "coordinateTransformations": [ | |
| 11 { | |
| 12 "type": "scale", | |
| 13 "scale": [ | |
| 14 1.0, | |
| 15 1.0, | |
| 16 1.0 | |
| 17 ] | |
| 18 } | |
| 19 ] | |
| 20 }, | |
| 21 { | |
| 22 "path": "1", | |
| 23 "coordinateTransformations": [ | |
| 24 { | |
| 25 "type": "scale", | |
| 26 "scale": [ | |
| 27 1.0, | |
| 28 2.0, | |
| 29 2.0 | |
| 30 ] | |
| 31 } | |
| 32 ] | |
| 33 }, | |
| 34 { | |
| 35 "path": "2", | |
| 36 "coordinateTransformations": [ | |
| 37 { | |
| 38 "type": "scale", | |
| 39 "scale": [ | |
| 40 1.0, | |
| 41 4.0, | |
| 42 4.0 | |
| 43 ] | |
| 44 } | |
| 45 ] | |
| 46 }, | |
| 47 { | |
| 48 "path": "3", | |
| 49 "coordinateTransformations": [ | |
| 50 { | |
| 51 "type": "scale", | |
| 52 "scale": [ | |
| 53 1.0, | |
| 54 8.333333333333334, | |
| 55 8.333333333333334 | |
| 56 ] | |
| 57 } | |
| 58 ] | |
| 59 }, | |
| 60 { | |
| 61 "path": "4", | |
| 62 "coordinateTransformations": [ | |
| 63 { | |
| 64 "type": "scale", | |
| 65 "scale": [ | |
| 66 1.0, | |
| 67 16.666666666666668, | |
| 68 16.666666666666668 | |
| 69 ] | |
| 70 } | |
| 71 ] | |
| 72 } | |
| 73 ], | |
| 74 "name": "/", | |
| 75 "axes": [ | |
| 76 { | |
| 77 "name": "z", | |
| 78 "type": "space", | |
| 79 "unit": "micrometer" | |
| 80 }, | |
| 81 { | |
| 82 "name": "y", | |
| 83 "type": "space", | |
| 84 "unit": "micrometer" | |
| 85 }, | |
| 86 { | |
| 87 "name": "x", | |
| 88 "type": "space", | |
| 89 "unit": "micrometer" | |
| 90 } | |
| 91 ] | |
| 92 } | |
| 93 ] | |
| 94 } | |
| 95 }, | |
| 96 "zarr_format": 3, | |
| 97 "node_type": "group" | |
| 98 } |
