Skip to content

Commit 1e0a878

Browse files
add new sample data
1 parent 79bacdc commit 1e0a878

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

149 files changed

+1142
-2
lines changed

.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,10 @@ ENV/
112112
.idea/
113113

114114
*.zarr
115-
# Test data loaded via pooch
116-
/tests/data/10_5281_zenodo_14883998
115+
# Add exeptions for specific zarr files
116+
!tests/data/AssayPlate_Greiner_CELLSTAR655090_B03_0.zarr
117+
!tests/data/test_mip_ome.zarr
118+
117119
# pixi environments
118120
.pixi
119121
*.egg-info
Lines changed: 128 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,128 @@
1+
{
2+
"multiscales": [
3+
{
4+
"axes": [
5+
{
6+
"name": "c",
7+
"type": "channel"
8+
},
9+
{
10+
"name": "z",
11+
"type": "space",
12+
"unit": "micrometer"
13+
},
14+
{
15+
"name": "y",
16+
"type": "space",
17+
"unit": "micrometer"
18+
},
19+
{
20+
"name": "x",
21+
"type": "space",
22+
"unit": "micrometer"
23+
}
24+
],
25+
"datasets": [
26+
{
27+
"coordinateTransformations": [
28+
{
29+
"scale": [
30+
1.0,
31+
1.0,
32+
5.153617443012883,
33+
5.153617443012883
34+
],
35+
"type": "scale"
36+
}
37+
],
38+
"path": "0"
39+
},
40+
{
41+
"coordinateTransformations": [
42+
{
43+
"scale": [
44+
1.0,
45+
1.0,
46+
10.307234886025766,
47+
10.307234886025766
48+
],
49+
"type": "scale"
50+
}
51+
],
52+
"path": "1"
53+
},
54+
{
55+
"coordinateTransformations": [
56+
{
57+
"scale": [
58+
1.0,
59+
1.0,
60+
20.61446977205153,
61+
20.61446977205153
62+
],
63+
"type": "scale"
64+
}
65+
],
66+
"path": "2"
67+
},
68+
{
69+
"coordinateTransformations": [
70+
{
71+
"scale": [
72+
1.0,
73+
1.0,
74+
41.22893954410306,
75+
41.22893954410306
76+
],
77+
"type": "scale"
78+
}
79+
],
80+
"path": "3"
81+
},
82+
{
83+
"coordinateTransformations": [
84+
{
85+
"scale": [
86+
1.0,
87+
1.0,
88+
82.45787908820613,
89+
82.45787908820613
90+
],
91+
"type": "scale"
92+
}
93+
],
94+
"path": "4"
95+
}
96+
],
97+
"version": "0.4"
98+
}
99+
],
100+
"omero": {
101+
"channels": [
102+
{
103+
"active": true,
104+
"color": "0000FF",
105+
"label": "DAPI_2",
106+
"wavelength_id": "A01_C01",
107+
"window": {
108+
"end": 3500.0,
109+
"max": 65535.0,
110+
"min": 0.0,
111+
"start": 0.0
112+
}
113+
},
114+
{
115+
"active": true,
116+
"color": "FF0000",
117+
"label": "ECadherin_2",
118+
"wavelength_id": "A02_C04",
119+
"window": {
120+
"end": 1800.0,
121+
"max": 65535.0,
122+
"min": 0.0,
123+
"start": 0.0
124+
}
125+
}
126+
]
127+
}
128+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"zarr_format": 2
3+
}
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"chunks": [
3+
1,
4+
10,
5+
125,
6+
125
7+
],
8+
"compressor": {
9+
"blocksize": 0,
10+
"clevel": 5,
11+
"cname": "lz4",
12+
"id": "blosc",
13+
"shuffle": 1
14+
},
15+
"dimension_separator": "/",
16+
"dtype": "<u2",
17+
"fill_value": 0,
18+
"filters": null,
19+
"order": "C",
20+
"shape": [
21+
2,
22+
40,
23+
125,
24+
125
25+
],
26+
"zarr_format": 2
27+
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)