-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstatic_template_cb2.json
48 lines (48 loc) · 1.3 KB
/
static_template_cb2.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"dimensions": {"x": [4e-9, "m"], "y": [4e-9, "m"], "z": [4e-8, "m"] },
"layers": [
{
"type": "image",
"source": "precomputed://s3://bossdb-open-data/nguyen_thomas2022/cb2/em",
"name": "em"
},
{
"type": "segmentation",
"source": {
"url": "precomputed://s3://bossdb-open-data/mesh/nguyen_thomas2022/cb2/mesh",
"transform": {
"matrix": [[0, 0, 1000000000, 0 ], [0, 1000000000, 0, 0 ], [1000000000, 0, 0, 0 ] ],
"outputDimensions": {"x": [4e-9, "m"], "y": [4e-9, "m"], "z": [4e-8, "m"] }
}
},
"linkedSegmentationGroup": "seg",
"name": "mesh"
},
{
"type": "segmentation",
"source": [
{
"url": "precomputed://s3://bossdb-open-data/nguyen_thomas2022/cb2/seg",
"transform": {
"matrix": [[1, 0, 0, 0 ], [0, 1, 0, 0 ], [0, 0, 1, 1216 ] ],
"outputDimensions": {"x": [4e-9, "m"], "y": [4e-9, "m"], "z": [4e-8, "m"] }
}
},
"local://equivalences"
],
"equivalences": [
],
"segments": [
],
"name": "seg"
}
],
"showSlices": false,
"selectedLayer": {
"layer": "mesh"
},
"layout": "xy-3d",
"crossSectionScale": 400,
"projectionScale": 400000,
"position": [130360, 118790, 560]
}