-
Notifications
You must be signed in to change notification settings - Fork 16
Description
We are building a tutorial on how to add ElectrodeGroup metadata in neuroconv, and the question has come up: what is the purpose of this object? Why is ElectrodeGroup special?
The documentation is not very clear about its purpose:
nwb-schema/core/nwb.ecephys.yaml
Line 232 in a8127bb
| doc: A physical grouping of electrodes, e.g. a shank of an array. |
"a physical grouping of electrodes"
The pynwb tutorial is also not very specific:
"The electrodes table references a required ElectrodeGroup, which is used to represent a group of electrodes"
@bendichter mentioned that the main use case for this object is grouping electrodes that are intended to be spike sorted together. This is a clear and helpful explanation that gives users enough context to understand how to fill in this metadata.
Should we move forward and add this clarification? Are we missing any other important use cases?