forked from isaac-ped/voxTool
-
Notifications
You must be signed in to change notification settings - Fork 4
/
config.yml
113 lines (103 loc) · 1.57 KB
/
config.yml
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
111
112
113
%Pyloc Configuration File
---
lead_types:
D:
name: Depth
radius: 3
spacing: 10
max_y: 1
selectable: True
G:
name: Grid
radius: 3
spacing: 20
selectable: True
S:
name: Strip
radius: 5
spacing: 20
selectable: True
uD:
name: microDepth
radius: 0
spacing: 10
max_y: 1
selectable: False
uG:
name: microGrid
radius: 0
spacing: 20
selectable: False
uS:
name: microStrip
radius: 0
spacing: 20
selectable: False
uW:
name: microWire
radius: 0
spacing: 10
max_y: 1
selectable: False
micros:
" None":
name: " None"
AdTech_MM16C (10x):
name: "AdTech_MM16C (10x)"
type: uD
spacing:
- -0.5
- 0.5
- 1.5
- 2.5
numbering:
- 3
- 3
- 2
- 2
AdTech_MM16D (8x):
name: "AdTech_MM16D (8x)"
type: uD
spacing:
- -0.5
- 0.5
- 1.5
- 2.5
numbering:
- 2
- 2
- 2
- 2
PMT (16x):
name: "PMT (16x)"
type: uD
spacing:
- 0.36
- 0.63
- 1.36
- 2.36
numbering:
- 4
- 4
- 4
- 4
Behnke_Fried (9x):
name: "Behnke_Fried (9x)"
type: uW
spacing:
- 0.0
numbering:
- 9
ct_threshold: 99.96
ct_max_color: 1
ct_min_color: .3
lead_max_color: 1
lead_min_color: .25
colormaps:
ct: 'bone'
selected: 'spring'
default: 'spectral'
selection_iterations: 2
lead_display: >
{lead.label}{contact.label} {contact.lead_location_str} {contact.center_str}
zero_index_lead: false