Skip to content

Commit

Permalink
Add Device.model_number, model_name, serial_number (#594)
Browse files Browse the repository at this point in the history
Co-authored-by: Steph Prince <40640337+stephprince@users.noreply.github.com>
  • Loading branch information
rly and stephprince authored Nov 8, 2024
1 parent 35889d3 commit 8f628dd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
18 changes: 15 additions & 3 deletions core/nwb.device.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,22 @@ groups:
attributes:
- name: description
dtype: text
doc: Description of the device (e.g., model, firmware version, processing software version, etc.)
as free-form text.
doc: Description of the device as free-form text. If there is any software/firmware associated
with the device, the names and versions of those can be added to NWBFile.was_generated_by.
required: false
- name: manufacturer
dtype: text
doc: The name of the manufacturer of the device.
doc: The name of the manufacturer of the device, e.g., Imec, Plexon, Thorlabs.
required: false
- name: model_number
dtype: text
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.
required: false
- name: model_name
dtype: text
doc: The model name of the device, e.g., Neuropixels 1.0, V-Probe, Bergamo III.
required: false
- name: serial_number
dtype: text
doc: The serial number of the device.
required: false
2 changes: 1 addition & 1 deletion docs/format/source/format_release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Minor changes
electrode and unit. (#576)
- Added optional ``was_generated_by`` attribute to ``NWBFile`` to store provenance information (#578)
- Deprecated ``EventWaveform`` neurodata type. (#584)

- Deprecated ``ImageMaskSeries`` neurodata type. (#583)
- Added ``Device.model_number``, ``Device.model_name``, ``Device.serial_number`` (#594)

2.7.0 (February 7, 2024)
------------------------
Expand Down

0 comments on commit 8f628dd

Please sign in to comment.