Skip to content

ElectrodeGroup.position data #217

@oruebel

Description

@oruebel

Position is supported for read/write:

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:

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions