Skip to content

Commit 8f628dd

Browse files
rlystephprince
andauthored
Add Device.model_number, model_name, serial_number (#594)
Co-authored-by: Steph Prince <[email protected]>
1 parent 35889d3 commit 8f628dd

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

core/nwb.device.yaml

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,22 @@ groups:
55
attributes:
66
- name: description
77
dtype: text
8-
doc: Description of the device (e.g., model, firmware version, processing software version, etc.)
9-
as free-form text.
8+
doc: Description of the device as free-form text. If there is any software/firmware associated
9+
with the device, the names and versions of those can be added to NWBFile.was_generated_by.
1010
required: false
1111
- name: manufacturer
1212
dtype: text
13-
doc: The name of the manufacturer of the device.
13+
doc: The name of the manufacturer of the device, e.g., Imec, Plexon, Thorlabs.
14+
required: false
15+
- name: model_number
16+
dtype: text
17+
doc: The model number (or part/product number) of the device, e.g., PRB_1_4_0480_1, PLX-VP-32-15SE(75)-(260-80)(460-10)-300-(1)CON/32m-V, BERGAMO.
18+
required: false
19+
- name: model_name
20+
dtype: text
21+
doc: The model name of the device, e.g., Neuropixels 1.0, V-Probe, Bergamo III.
22+
required: false
23+
- name: serial_number
24+
dtype: text
25+
doc: The serial number of the device.
1426
required: false

docs/format/source/format_release_notes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Minor changes
1515
electrode and unit. (#576)
1616
- Added optional ``was_generated_by`` attribute to ``NWBFile`` to store provenance information (#578)
1717
- Deprecated ``EventWaveform`` neurodata type. (#584)
18-
1918
- Deprecated ``ImageMaskSeries`` neurodata type. (#583)
19+
- Added ``Device.model_number``, ``Device.model_name``, ``Device.serial_number`` (#594)
2020

2121
2.7.0 (February 7, 2024)
2222
------------------------

0 commit comments

Comments
 (0)