Skip to content

Commit 8c00ccc

Browse files
authored
Merge branch 'dev' into update-decomposition-series
2 parents 568545b + 8f628dd commit 8c00ccc

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Minor changes
1717
- Deprecated ``EventWaveform`` neurodata type. (#584)
1818
- Deprecated ``ImageMaskSeries`` neurodata type. (#583)
1919
- Made ``band_mean`` and ``band_std`` in ``DecompositionSeries`` optional. (#593)
20+
- Added ``Device.model_number``, ``Device.model_name``, ``Device.serial_number`` (#594)
2021

2122
2.7.0 (February 7, 2024)
2223
------------------------

0 commit comments

Comments
 (0)