vandermeerlab / data-formats

Playing around with different data formats and loaders
MIT License
1 stars 1 forks source link

Load MClust .t files into SpikeInterfaces #14

Closed mvdm closed 4 years ago

mvdm commented 4 years ago

This is a prereq for issue #13 !

hungtuchen commented 4 years ago

Try M40-2020-04-28-CDOD11 & M40-2020-04-29-CDOD12 in /datavault/incoming/vStr-eyeblink/Pilot/M40 were recorded at 30 kHz probably?

mvdm commented 4 years ago

Yes, looks like you need to download the archive from those folders

mvdm commented 4 years ago

@transedward sounds like you've made some progress with this, can you post a link here to the code/instructions you have so far? what is left to do?

hungtuchen commented 4 years ago

There is minimal example here: https://github.com/vandermeerlab/data-formats/blob/master/loading_MClust_spikes.ipynb

I basically ported the mclust loader function from nept to this repo and change the way unit labels are extracted (to make uniquely identifiable for spike sorter comparison).