This repository was archived by the owner on Dec 10, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdev_widget.json
More file actions
110 lines (110 loc) · 3.13 KB
/
dev_widget.json
File metadata and controls
110 lines (110 loc) · 3.13 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"widget": {
"type": "Clustering",
"props": {
}
},
"widget1": {
"type": "SectorPlot",
"title": "SectorPlot",
"key": "SectorPlot",
"props": {
"data_samples": [[0, 1, 2, 3], [0, 2, 4, 6], [0, 3, 6, 9], [0, 4, 8, 12]],
"data_range": "auto",
"theta_range": [ -0.6283185307179586, 0.6283185307179586 ]
}
},
"widget2": {
"type": "SectorPlot",
"title": "SectorPlot",
"key": "SectorPlot",
"props": {
"data_samples_path": "sha1://6455e1df7a470594c19dc1a4bedd2186f8b76a5f/test_for_jfm_zz2.npy",
"download_from": "spikeforest.public",
"data_range": "auto",
"colorbarticks": [-12, -8, -4],
"colorbarticklabels": ["10^-12","10^-8","10^0"],
"theta_range": [ -0.6283185307179586, 0.6283185307179586 ],
"colormap": [[0,0,0],[0,1,0]],
"rticks": [0.3, 0.6, 0.8],
"rticklabels": ["test1", "10^-3", "10^-test"],
"thetaticks": [-0.52, 0.52],
"thetaticklabels": ["\\pi/6", "\\pi/6"],
"fontSize": 18
}
},
"widget3": {
"type": "Surface3dVtp",
"title": "Surface3dVtp - quas3.vtp",
"key": "surface3dvtp-quas3",
"props": {
"vtp_path": "sha1://22f242215ed2625db02b3a1f9d89364defa013f6/quas3.vtp",
"download_from": "spikeforest.public",
"scalar_info": {
"name": "value",
"component": 0
},
"vector_field_info": {
"name": "value",
"components": [0, 1, 2]
},
"preset_color_map_name": "erdc_rainbow_bright",
"arrow_subsample_factor": 250,
"arrow_width": 0.3,
"arrow_length_factor": 0.3
}
},
"widget4": {
"type": "Markdown",
"title": "Markdown",
"key": "Markdown",
"props": {
"content": "# Test\n\nThis is a test"
}
},
"widgets": [
{
"type": "Surface3d",
"title": "Test arrows 1",
"key": "test-arrows",
"props": {
"vertices": [
[
0,
0,
0
],
[
1,
0,
0
],
[
0,
2,
0
]
],
"faces": [
3,
0,
1,
2
],
"scalars": [
0,
1,
2
],
"arrows": [
{
"start": [0, 0, 0],
"end": [1, 0, 0]
}
],
"arrow_length_factor": 1,
"arrow_width": 1
}
}
]
}