Skip to content

EventDetection does not support storing the channel of the spike event #619

@rly

Description

@rly

See NeurodataWithoutBorders/pynwb#2068

EventDetection stores indices into the first dimension of the linked ElectricalSeries data array. But ElectricalSeries can have multiple channels along the second dimension, and it is useful to store which channel a spike event was detected on.

Secondly, the times dataset of EventDetection can easily be computed from the linked ElectricalSeries (based on either indexing into the timestamps array or computing with starting time and sampling rate) and should therefore be optional.

Metadata

Metadata

Assignees

Labels

category: enhancementimprovements of code or code behaviorpriority: mediumnon-critical problem and/or affecting only a small set of NWB users

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions