LorenFrankLab / spyglass

Neuroscience data analysis framework for reproducible research built by Loren Frank Lab at UCSF
https://lorenfranklab.github.io/spyglass/
MIT License
91 stars 41 forks source link

Spike sorting recordings across multiple days together #528

Open khl02007 opened 1 year ago

khl02007 commented 1 year ago

Is your feature request related to a problem? Please describe. In the current spike sorting pipeline, it is not possible to concatenate recordings from multiple days and sort them together. This may be useful when trying to find the same units across multiple recordings.

Describe the solution you'd like Spikeinterface allows one to concatenate recordings easily, so we would just need to expose this feature on spyglass. For example, we could refer to multiple rows in the SpikeSortingRecording table in the SpikeSortingSelection table. This may require making changes to the SpikeSortingSelection table.

edeno commented 1 year ago

Maybe this would be easy to add to https://github.com/LorenFrankLab/spyglass/pull/524?