Skip to content

Commit 362a988

Browse files
committed
test: added test cases
1 parent cd4509b commit 362a988

3 files changed

Lines changed: 249 additions & 0 deletions

File tree

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
{
2+
"ome": {
3+
"version": "0.6.dev3",
4+
"multiscales": [
5+
{
6+
"coordinateSystems": [
7+
{
8+
"name": "physical",
9+
"axes": [
10+
{
11+
"name": "z",
12+
"type": "space",
13+
"unit": "micrometer"
14+
},
15+
{
16+
"name": "y",
17+
"type": "space",
18+
"unit": "micrometer"
19+
},
20+
{
21+
"name": "x",
22+
"type": "space",
23+
"unit": "micrometer"
24+
}
25+
]
26+
}
27+
],
28+
"datasets": [
29+
{
30+
"path": "s0",
31+
"coordinateTransformations": [
32+
{
33+
"scale": [
34+
1,
35+
1,
36+
1
37+
],
38+
"input": "s0",
39+
"output": "physical",
40+
"type": "scale"
41+
}
42+
]
43+
}
44+
]
45+
}
46+
],
47+
"omero": {
48+
}
49+
},
50+
"_conformance": {
51+
"schema": {
52+
"id": "schemas/image.schema"
53+
},
54+
"valid": false
55+
}
56+
}
Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
{
2+
"ome": {
3+
"version": "0.6.dev3",
4+
"multiscales": [
5+
{
6+
"coordinateSystems": [
7+
{
8+
"name": "physical",
9+
"axes": [
10+
{
11+
"name": "z",
12+
"type": "space",
13+
"unit": "micrometer"
14+
},
15+
{
16+
"name": "y",
17+
"type": "space",
18+
"unit": "micrometer"
19+
},
20+
{
21+
"name": "x",
22+
"type": "space",
23+
"unit": "micrometer"
24+
}
25+
]
26+
}
27+
],
28+
"datasets": [
29+
{
30+
"path": "s0",
31+
"coordinateTransformations": [
32+
{
33+
"scale": [
34+
1,
35+
1,
36+
1
37+
],
38+
"input": "s0",
39+
"output": "physical",
40+
"type": "scale"
41+
}
42+
]
43+
}
44+
]
45+
}
46+
],
47+
"omero": {
48+
"channels": [
49+
{
50+
"label": "Channel:0",
51+
"color": "#ff0000",
52+
"active": true,
53+
"family": "linear",
54+
"coefficient": 1.0,
55+
"inverted": false,
56+
"window": {
57+
"min": 0,
58+
"max": 255
59+
}
60+
},
61+
{
62+
"label": "Channel:1",
63+
"color": "#00ff00",
64+
"active": true,
65+
"family": "log",
66+
"coefficient": 0.5,
67+
"inverted": true,
68+
"window": {
69+
"min": 0,
70+
"max": 255
71+
}
72+
},
73+
{
74+
"label": "Channel:2",
75+
"color": "#0000ff",
76+
"active": true,
77+
"family": "gamma",
78+
"coefficient": 2.0,
79+
"inverted": false,
80+
"window": {
81+
"min": 0,
82+
"max": 255
83+
}
84+
}
85+
]
86+
}
87+
},
88+
"_conformance": {
89+
"schema": {
90+
"id": "schemas/image.schema"
91+
},
92+
"valid": false
93+
}
94+
}
Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
{
2+
"ome": {
3+
"version": "0.6.dev3",
4+
"multiscales": [
5+
{
6+
"coordinateSystems": [
7+
{
8+
"name": "physical",
9+
"axes": [
10+
{
11+
"name": "z",
12+
"type": "space",
13+
"unit": "micrometer"
14+
},
15+
{
16+
"name": "y",
17+
"type": "space",
18+
"unit": "micrometer"
19+
},
20+
{
21+
"name": "x",
22+
"type": "space",
23+
"unit": "micrometer"
24+
}
25+
]
26+
}
27+
],
28+
"datasets": [
29+
{
30+
"path": "s0",
31+
"coordinateTransformations": [
32+
{
33+
"scale": [
34+
1,
35+
1,
36+
1
37+
],
38+
"input": "s0",
39+
"output": "physical",
40+
"type": "scale"
41+
}
42+
]
43+
}
44+
]
45+
}
46+
],
47+
"omero": {
48+
"channels": [
49+
{
50+
"label": "Channel:0",
51+
"color": "#ff0000",
52+
"active": true,
53+
"family": "linear",
54+
"coefficient": 1.0,
55+
"inverted": false,
56+
"window": {
57+
"min": 0,
58+
"start": 100,
59+
"end": 200,
60+
"max": 255
61+
}
62+
},
63+
{
64+
"label": "Channel:1",
65+
"color": "#00ff00",
66+
"active": true,
67+
"family": "log",
68+
"coefficient": 0.5,
69+
"inverted": true,
70+
"window": {
71+
"min": 0,
72+
"start": 50,
73+
"end": 150,
74+
"max": 255
75+
}
76+
},
77+
{
78+
"label": "Channel:2",
79+
"color": "#0000ff",
80+
"active": true,
81+
"family": "gamma",
82+
"coefficient": 2.0,
83+
"inverted": false,
84+
"window": {
85+
"min": 0,
86+
"start": 25,
87+
"end": 125,
88+
"max": 255
89+
}
90+
}
91+
]
92+
}
93+
},
94+
"_conformance": {
95+
"schema": {
96+
"id": "schemas/image.schema"
97+
}
98+
}
99+
}

0 commit comments

Comments
 (0)