Skip to content

Commit 6ecbc9d

Browse files
committed
copy 0.5 examples/schemas
1 parent 5650481 commit 6ecbc9d

59 files changed

Lines changed: 214 additions & 1420 deletions

Some content is hidden

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

examples/bf2raw/image.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"node_type": "group",
44
"attributes": {
55
"ome": {
6-
"version": "0.6.dev2",
6+
"version": "0.5",
77
"bioformats2raw.layout": 3
88
}
99
}

examples/bf2raw/plate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"node_type": "group",
44
"attributes": {
55
"ome": {
6-
"version": "0.6.dev2",
6+
"version": "0.5",
77
"bioformats2raw.layout": 3,
88
"plate": {
99
"columns": [

examples/coordinate_systems/.config.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

examples/coordinate_systems/arrayCoordSys.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

examples/label_strict/colors_properties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"node_type": "group",
44
"attributes": {
55
"ome": {
6-
"version": "0.6.dev2",
6+
"version": "0.5",
77
"image-label": {
88
"colors": [
99
{

examples/multiscales_strict/multiscales_example.json

Lines changed: 18 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3,33 +3,25 @@
33
"node_type": "group",
44
"attributes": {
55
"ome": {
6-
"version": "0.6.dev2",
6+
"version": "0.5",
77
"multiscales": [
88
{
99
"name": "example",
10-
"coordinateSystems": [
11-
{
12-
"name": "intrinsic",
13-
"axes": [
14-
{ "name": "t", "type": "time", "unit": "millisecond" },
15-
{ "name": "c", "type": "channel" },
16-
{ "name": "z", "type": "space", "unit": "micrometer" },
17-
{ "name": "y", "type": "space", "unit": "micrometer" },
18-
{ "name": "x", "type": "space", "unit": "micrometer" }
19-
]
20-
}
10+
"axes": [
11+
{ "name": "t", "type": "time", "unit": "millisecond" },
12+
{ "name": "c", "type": "channel" },
13+
{ "name": "z", "type": "space", "unit": "micrometer" },
14+
{ "name": "y", "type": "space", "unit": "micrometer" },
15+
{ "name": "x", "type": "space", "unit": "micrometer" }
2116
],
2217
"datasets": [
2318
{
2419
"path": "0",
2520
"coordinateTransformations": [
2621
{
2722
// the voxel size for the first scale level (0.5 micrometer)
28-
// and the time unit (0.1 milliseconds), which is the same for each scale level
2923
"type": "scale",
30-
"scale": [0.1, 1.0, 0.5, 0.5, 0.5],
31-
"input": "0",
32-
"output": "intrinsic"
24+
"scale": [1.0, 1.0, 0.5, 0.5, 0.5]
3325
}
3426
]
3527
},
@@ -38,11 +30,8 @@
3830
"coordinateTransformations": [
3931
{
4032
// the voxel size for the second scale level (downscaled by a factor of 2 -> 1 micrometer)
41-
// and the time unit (0.1 milliseconds), which is the same for each scale level
4233
"type": "scale",
43-
"scale": [0.1, 1.0, 1.0, 1.0, 1.0],
44-
"input": "1",
45-
"output": "intrinsic"
34+
"scale": [1.0, 1.0, 1.0, 1.0, 1.0]
4635
}
4736
]
4837
},
@@ -51,15 +40,19 @@
5140
"coordinateTransformations": [
5241
{
5342
// the voxel size for the third scale level (downscaled by a factor of 4 -> 2 micrometer)
54-
// and the time unit (0.1 milliseconds), which is the same for each scale level
5543
"type": "scale",
56-
"scale": [0.1, 1.0, 2.0, 2.0, 2.0],
57-
"input": "2",
58-
"output": "intrinsic"
44+
"scale": [1.0, 1.0, 2.0, 2.0, 2.0]
5945
}
6046
]
6147
}
6248
],
49+
"coordinateTransformations": [
50+
{
51+
// the time unit (0.1 milliseconds), which is the same for each scale level
52+
"type": "scale",
53+
"scale": [0.1, 1.0, 1.0, 1.0, 1.0]
54+
}
55+
],
6356
"type": "gaussian",
6457
"metadata": {
6558
"description": "the fields in metadata depend on the downscaling implementation. Here, the parameters passed to the skimage function are given",
@@ -72,4 +65,4 @@
7265
]
7366
}
7467
}
75-
}
68+
}

examples/multiscales_strict/multiscales_example_relative.json

Lines changed: 0 additions & 72 deletions
This file was deleted.

examples/multiscales_strict/multiscales_transformations.json

Lines changed: 10 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -3,39 +3,19 @@
33
"node_type": "group",
44
"attributes": {
55
"ome": {
6-
"version": "0.6.dev2",
6+
"version": "0.5",
77
"multiscales": [
88
{
9-
"coordinateSystems": [
9+
"axes": [
1010
{
11-
"name": "physical",
12-
"axes": [
13-
{
14-
"name": "y",
15-
"type": "space",
16-
"unit": "micrometer"
17-
},
18-
{
19-
"name": "x",
20-
"type": "space",
21-
"unit": "micrometer"
22-
}
23-
]
11+
"name": "y",
12+
"type": "space",
13+
"unit": "micrometer"
2414
},
2515
{
26-
"name": "intrinsic",
27-
"axes": [
28-
{
29-
"name": "y",
30-
"type": "space",
31-
"unit": "micrometer"
32-
},
33-
{
34-
"name": "x",
35-
"type": "space",
36-
"unit": "micrometer"
37-
}
38-
]
16+
"name": "x",
17+
"type": "space",
18+
"unit": "micrometer"
3919
}
4020
],
4121
"datasets": [
@@ -44,19 +24,15 @@
4424
"coordinateTransformations": [
4525
{
4626
"scale": [1, 1],
47-
"type": "scale",
48-
"input": "0",
49-
"output": "intrinsic"
27+
"type": "scale"
5028
}
5129
]
5230
}
5331
],
5432
"coordinateTransformations": [
5533
{
5634
"scale": [10, 10],
57-
"type": "scale",
58-
"input": "intrinsic",
59-
"output": "physical"
35+
"type": "scale"
6036
}
6137
],
6238
"name": "image_with_coordinateTransformations",

examples/ome/series-2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"node_type": "group",
44
"attributes": {
55
"ome": {
6-
"version": "0.6.dev2",
6+
"version": "0.5",
77
"series": ["0", "1"]
88
}
99
}

examples/plate_strict/plate_2wells.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"node_type": "group",
44
"attributes": {
55
"ome": {
6-
"version": "0.6.dev2",
6+
"version": "0.5",
77
"plate": {
88
"acquisitions": [
99
{

0 commit comments

Comments
 (0)