Skip to content

Commit 7adab48

Browse files
committed
add units to electrode table
1 parent ade50ef commit 7adab48

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

core/nwb.ecephys.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -288,17 +288,17 @@ groups:
288288
- name: x
289289
neurodata_type_inc: VectorData
290290
dtype: float32
291-
doc: x coordinate of the channel location in the brain (+x is posterior).
291+
doc: x coordinate of the channel location in the brain (+x is posterior). Units should be specified in microns.
292292
quantity: '?'
293293
- name: y
294294
neurodata_type_inc: VectorData
295295
dtype: float32
296-
doc: y coordinate of the channel location in the brain (+y is inferior).
296+
doc: y coordinate of the channel location in the brain (+y is inferior). Units should be specified in microns.
297297
quantity: '?'
298298
- name: z
299299
neurodata_type_inc: VectorData
300300
dtype: float32
301-
doc: z coordinate of the channel location in the brain (+z is right).
301+
doc: z coordinate of the channel location in the brain (+z is right). Units should be specified in microns.
302302
quantity: '?'
303303
- name: imp
304304
neurodata_type_inc: VectorData
@@ -313,17 +313,17 @@ groups:
313313
- name: rel_x
314314
neurodata_type_inc: VectorData
315315
dtype: float32
316-
doc: x coordinate in electrode group
316+
doc: x coordinate in electrode group. Units should be specified in microns.
317317
quantity: '?'
318318
- name: rel_y
319319
neurodata_type_inc: VectorData
320320
dtype: float32
321-
doc: y coordinate in electrode group
321+
doc: y coordinate in electrode group. Units should be specified in microns.
322322
quantity: '?'
323323
- name: rel_z
324324
neurodata_type_inc: VectorData
325325
dtype: float32
326-
doc: z coordinate in electrode group
326+
doc: z coordinate in electrode group. Units should be specified in microns.
327327
quantity: '?'
328328
- name: reference
329329
neurodata_type_inc: VectorData

0 commit comments

Comments
 (0)