-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for reading reference attributes (#158)
* change electrodeInd vector data type * define fields for electrodes * add tests for electrodes dataset in electricalseries data write * Support reading of reference attributes * Support reading of attribute references to registered types * Support reading of the electrodes/table attribute in ElectricalSeries * Use std::vector<char> instead of char array in readReferenceAttribute * Minor doc fixes in ElectricalSeries * Minor doc fixes in ElectricalSeries * Revert renaming of readElectrodes * Revert renaming of readElectrodes * Remove unused variable from unit test * Update docs/pages/devdocs/registered_types.dox Co-authored-by: Steph Prince <[email protected]> * Update src/nwb/RegisteredType.hpp Co-authored-by: Steph Prince <[email protected]> * Update src/nwb/ecephys/ElectricalSeries.hpp Co-authored-by: Steph Prince <[email protected]> * Fix linter error * Add unit test to read a non-reference attribute as a reference attribute * Added comment and exclude from codecov for extra runtime error checks * Add TODO note for deprecated function --------- Co-authored-by: Steph Prince <[email protected]>
- Loading branch information
1 parent
40fe1dc
commit ae989a3
Showing
9 changed files
with
211 additions
and
12 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
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
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
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
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