-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Labels
category: enhancementimprovements of code or code behaviorimprovements of code or code behaviorpriority: mediumnon-critical problem and/or affecting only a small set of NWB usersnon-critical problem and/or affecting only a small set of NWB users
Description
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 behaviorimprovements of code or code behaviorpriority: mediumnon-critical problem and/or affecting only a small set of NWB usersnon-critical problem and/or affecting only a small set of NWB users