cortex-lab / KiloSort

GPU code for spike sorting
GNU General Public License v2.0
176 stars 100 forks source link

Change data in 'spike_clusters.npy' to int32 instead of uint32 #175

Closed galenlynch closed 5 years ago

galenlynch commented 5 years ago

This commit brings the behavior of rezToPhy.m in-line with the documentation. The documentation and phy's template gui both expect int32 cluster ids, but before this commit rezToPhy.m wrote cluster ids as uint32.