-
Notifications
You must be signed in to change notification settings - Fork 0
/
Open_curve.mrk.json
63 lines (63 loc) · 2.34 KB
/
Open_curve.mrk.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"@schema": "https://raw.githubusercontent.com/slicer/slicer/master/Modules/Loadable/Markups/Resources/Schema/markups-schema-v1.0.3.json#",
"markups": [
{
"type": "Curve",
"coordinateSystem": "LPS",
"coordinateUnits": "mm",
"locked": false,
"fixedNumberOfControlPoints": false,
"labelFormat": "%N-%d",
"lastUsedControlPointNumber": 0,
"controlPoints": [],
"measurements": [
{
"name": "length",
"enabled": true,
"units": "mm",
"printFormat": "%-#4.4g%s"
},
{
"name": "curvature mean",
"enabled": true,
"printFormat": "%5.3f %s"
},
{
"name": "curvature max",
"enabled": true,
"printFormat": "%5.3f %s"
}
],
"display": {
"visibility": true,
"opacity": 1.0,
"color": [0.4, 1.0, 0.0],
"selectedColor": [1.0, 0.5000076295109484, 0.5000076295109484],
"activeColor": [0.4, 1.0, 0.0],
"propertiesLabelVisibility": true,
"pointLabelsVisibility": false,
"textScale": 3.0,
"glyphType": "Sphere3D",
"glyphScale": 1.0,
"glyphSize": 5.0,
"useGlyphScale": true,
"sliceProjection": false,
"sliceProjectionUseFiducialColor": true,
"sliceProjectionOutlinedBehindSlicePlane": false,
"sliceProjectionColor": [1.0, 1.0, 1.0],
"sliceProjectionOpacity": 0.6,
"lineThickness": 0.2,
"lineColorFadingStart": 1.0,
"lineColorFadingEnd": 10.0,
"lineColorFadingSaturation": 1.0,
"lineColorFadingHueOffset": 0.0,
"handlesInteractive": false,
"translationHandleVisibility": true,
"rotationHandleVisibility": true,
"scaleHandleVisibility": true,
"interactionHandleScale": 3.0,
"snapMode": "toVisibleSurface"
}
}
]
}