-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #326 from NeurodataWithoutBorders/enh/device_desc
Add description and manufacturer to Device, extract to new file
- Loading branch information
Showing
3 changed files
with
20 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
groups: | ||
- neurodata_type_def: Device | ||
neurodata_type_inc: NWBContainer | ||
doc: Metadata about a data acquisition device, e.g., recording system, electrode, microscope. | ||
attributes: | ||
- name: description | ||
dtype: text | ||
doc: Description of the device (e.g., model, firmware version, processing software version, etc.) | ||
as free-form text. | ||
quantity: '?' | ||
- name: manufacturer | ||
dtype: text | ||
doc: The name of the manufacturer of the device. | ||
quantity: '?' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters