-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor unit/cluster data #674
Comments
@tjd2002 @bendichter @NileGraddis please provide any feedback |
I like the idea of incorporating It would be nice to remove the redundancy of supporting both
|
This is one of the unmentioned motivations of making UnitTimes a DynamicTable. UnitTimes would contain optional columns for specifying which group or electrode a unit came from. Given that there With |
|
see https://github.com/NeurodataWithoutBorders/pynwb/issues/675 for a proposal for dealing with |
I think the reason we opted not to call the Unit table the 'Spike table' in the first place was to account for use cases other than spikes. E.g. time of detected calcium transients. So I'd vote either for 'UnitTimes', 'timestamps', or 'Times' |
Problem/Use Case
Spiking unit data/metadata is spread out across multiple locations/objects (UnitTimes, NWBFile.units, Clustering, ClusterWaveforms). These specifications should be combined to make this feature simpler and easier to use.
Checklist
The text was updated successfully, but these errors were encountered: