Skip to content

Commit ea92715

Browse files
committed
revised mri mock
1 parent c74daad commit ea92715

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

test/image/mocks/gl3d_volume_mri.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"data": [{
33
"type": "volume",
4-
"colorscale": [[ 0.0, "rgb(255,255,255)" ], [ 0.1, "rgb(255,255,0)" ], [ 0.15, "rgb(255,0,0)" ], [ 0.2, "rgb(0,0,0)" ], [ 1.0, "rgb(255,255,255)" ]],
4+
"colorscale": [[ 0.0, "rgb(255,255,255)" ], [ 0.15, "rgb(255,255,0)" ], [ 0.3, "rgb(255,0,0)" ], [ 1.0, "rgb(0,0,0)" ]],
55
"reversescale": false,
6-
"opacityscale": [[ 0.0, 0.0 ], [ 0.1, 0.1 ], [ 0.15, 1.0 ], [ 0.2, 1.0 ], [ 1.0, 0.0 ]],
6+
"opacityscale": false,
77
"opacity": 0.03,
8-
"surface": { "show": true, "fill": 1.0, "count": 7 },
9-
"spaceframe": { "show": false, "fill": 1.0 },
8+
"surface": { "show": true, "fill": 1.0, "count": 11 },
9+
"spaceframe": { "show": true, "fill": 1.0 },
1010
"slices": {
11-
"x": { "show": true, "fill": 1.0 },
12-
"y": { "show": true, "fill": 1.0 },
13-
"z": { "show": true, "fill": 1.0 }
11+
"x": { "show": false, "fill": 1.0 },
12+
"y": { "show": false, "fill": 1.0 },
13+
"z": { "show": false, "fill": 1.0 }
1414
},
1515
"caps": {
1616
"x": { "show": false, "fill": 1.0 },

0 commit comments

Comments
 (0)