Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading