Skip to content

Commit

Permalink
change ElectrodeGroup position to compound dtype
Browse files Browse the repository at this point in the history
  • Loading branch information
bendichter authored Nov 18, 2019
1 parent 666bf11 commit 59db28e
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions core/nwb.ecephys.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -232,11 +232,16 @@ groups:
of area/layer, etc. Use standard atlas names for anatomical regions when possible.
datasets:
- name: position
dtype: float
shape:
- 3
dims:
- x, y, z
dtype:
- name: x
dtype: float
doc: x coordinate
- name: y
dtype: float
doc: y coordinate
- name: z
dtype: float
doc: z coordinate
doc: stereotaxic or common framework coordinates
quantity: '?'
links:
Expand Down

0 comments on commit 59db28e

Please sign in to comment.