-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathndx-probeinterface.extensions.yaml
More file actions
119 lines (119 loc) · 2.7 KB
/
ndx-probeinterface.extensions.yaml
File metadata and controls
119 lines (119 loc) · 2.7 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
111
112
113
114
115
116
117
118
119
groups:
- neurodata_type_def: Probe
neurodata_type_inc: Device
doc: Neural probe object according to probeinterface specification
attributes:
- name: ndim
dtype: int
default_value: 2
doc: dimension of the probe
required: false
- name: model_name
dtype: text
doc: model of the probe; e.g. 'Neuropixels 1.0'
required: false
- name: serial_number
dtype: text
doc: serial number of the probe
required: false
- name: unit
dtype: text
default_value: micrometer
doc: SI unit used to define the probe; e.g. 'meter'.
required: false
- name: annotations
dtype: text
doc: annotations attached to the probe
required: false
datasets:
- name: planar_contour
dtype: float
dims:
- - num_points
- x
- - num_points
- x, y
- - num_points
- x, y, z
shape:
- - null
- 1
- - null
- 2
- - null
- 3
doc: The planar polygon that outlines the probe contour.
groups:
- neurodata_type_inc: ContactTable
doc: Neural probe contacts according to probeinterface specification
- neurodata_type_def: ContactTable
neurodata_type_inc: DynamicTable
doc: Neural probe contacts according to probeinterface specification
datasets:
- name: contact_position
neurodata_type_inc: VectorData
dtype: float
dims:
- - num_contacts
- x, y
- - num_contacts
- x, y, z
shape:
- - null
- 2
- - null
- 3
doc: position of the contact
- name: contact_shape
neurodata_type_inc: VectorData
dtype: text
doc: shape of the contact; e.g. 'circle'
- name: contact_id
neurodata_type_inc: VectorData
dtype: text
doc: unique ID of the contact
quantity: '?'
- name: shank_id
neurodata_type_inc: VectorData
dtype: text
doc: shank ID of the contact
quantity: '?'
- name: contact_plane_axes
neurodata_type_inc: VectorData
dtype: float
dims:
- - num_contacts
- v1, v2
- x,y
- - num_contacts
- v1,v2
- x, y, z
shape:
- - null
- 2
- 2
- - null
- 2
- 3
doc: the axes defining the contact plane
quantity: '?'
- name: radius
neurodata_type_inc: VectorData
dtype: float
doc: radius of a circular contact
quantity: '?'
- name: width
neurodata_type_inc: VectorData
dtype: float
doc: width of a rectangular or square contact
quantity: '?'
- name: height
neurodata_type_inc: VectorData
dtype: float
doc: height of a rectangular contact
quantity: '?'
- name: device_channel_index_pi
neurodata_type_inc: VectorData
dtype: int
doc: index of the channel connected to the contact
quantity: '?'