-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Position is supported for read/write:
aqnwb/src/nwb/file/ElectrodeGroup.hpp
Lines 49 to 53 in 1af0529
| DEFINE_DATASET_FIELD(readPosition, | |
| recordPosition, | |
| std::any, | |
| "position", | |
| Stereotaxis or common framework coordinates) |
But it doesn't look like the position dataset is being initialized for write:
aqnwb/src/nwb/file/ElectrodeGroup.cpp
Lines 21 to 31 in 1af0529
| void ElectrodeGroup::initialize(const std::string& description, | |
| const std::string& location, | |
| const Device& device) | |
| { | |
| Container::initialize(); | |
| if (description != "") | |
| m_io->createAttribute(description, m_path, "description"); | |
| m_io->createAttribute(location, m_path, "location"); | |
| m_io->createLink(AQNWB::mergePaths("/" + m_path, "device"), | |
| AQNWB::mergePaths("/", device.getPath())); | |
| } |
Metadata
Metadata
Assignees
Labels
No labels