Skip to content

Commit 6b4877e

Browse files
committed
add ome testdata for v0.5 and v0.4
1 parent 639b8ef commit 6b4877e

17 files changed

Lines changed: 323 additions & 0 deletions

File tree

testdata/ome/v0.4/.zattrs

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
{
2+
"multiscales": [
3+
{
4+
"version": "0.4",
5+
"name": "test_image",
6+
"axes": [
7+
{
8+
"name": "t",
9+
"type": "time",
10+
"unit": "millisecond"
11+
},
12+
{
13+
"name": "c",
14+
"type": "channel"
15+
},
16+
{
17+
"name": "z",
18+
"type": "space",
19+
"unit": "micrometer"
20+
},
21+
{
22+
"name": "y",
23+
"type": "space",
24+
"unit": "micrometer"
25+
},
26+
{
27+
"name": "x",
28+
"type": "space",
29+
"unit": "micrometer"
30+
}
31+
],
32+
"datasets": [
33+
{
34+
"path": "0",
35+
"coordinateTransformations": [
36+
{
37+
"type": "scale",
38+
"scale": [
39+
1.0,
40+
1.0,
41+
0.5,
42+
0.5,
43+
0.5
44+
]
45+
}
46+
]
47+
},
48+
{
49+
"path": "1",
50+
"coordinateTransformations": [
51+
{
52+
"type": "scale",
53+
"scale": [
54+
1.0,
55+
1.0,
56+
1.0,
57+
1.0,
58+
1.0
59+
]
60+
}
61+
]
62+
}
63+
],
64+
"coordinateTransformations": [
65+
{
66+
"type": "scale",
67+
"scale": [
68+
1.0,
69+
1.0,
70+
1.0,
71+
1.0,
72+
1.0
73+
]
74+
}
75+
],
76+
"type": "gaussian"
77+
}
78+
]
79+
}

testdata/ome/v0.4/.zgroup

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"zarr_format": 2
3+
}

testdata/ome/v0.4/0/.zarray

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"shape": [
3+
1,
4+
2,
5+
8,
6+
16,
7+
16
8+
],
9+
"chunks": [
10+
1,
11+
1,
12+
8,
13+
16,
14+
16
15+
],
16+
"dtype": "<f4",
17+
"fill_value": 0.0,
18+
"order": "C",
19+
"filters": null,
20+
"dimension_separator": ".",
21+
"compressor": {
22+
"id": "blosc",
23+
"cname": "lz4",
24+
"clevel": 5,
25+
"shuffle": 1,
26+
"blocksize": 0
27+
},
28+
"zarr_format": 2
29+
}

testdata/ome/v0.4/0/.zattrs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

testdata/ome/v0.4/0/0.0.0.0.0

7.39 KB
Binary file not shown.

testdata/ome/v0.4/0/0.1.0.0.0

7.36 KB
Binary file not shown.

testdata/ome/v0.4/1/.zarray

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"shape": [
3+
1,
4+
2,
5+
4,
6+
8,
7+
8
8+
],
9+
"chunks": [
10+
1,
11+
1,
12+
8,
13+
16,
14+
16
15+
],
16+
"dtype": "<f4",
17+
"fill_value": 0.0,
18+
"order": "C",
19+
"filters": null,
20+
"dimension_separator": ".",
21+
"compressor": {
22+
"id": "blosc",
23+
"cname": "lz4",
24+
"clevel": 5,
25+
"shuffle": 1,
26+
"blocksize": 0
27+
},
28+
"zarr_format": 2
29+
}

testdata/ome/v0.4/1/.zattrs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

testdata/ome/v0.4/1/0.0.0.0.0

1.48 KB
Binary file not shown.

testdata/ome/v0.4/1/0.1.0.0.0

1.46 KB
Binary file not shown.

0 commit comments

Comments
 (0)