cortex-lab / KiloSort

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

Help Needed: Channel Map #207

Open AhnafHassan opened 5 years ago

AhnafHassan commented 5 years ago

Hi,

I am trying to run Kilsort on a 32-channel linear probe data recorded from the hippocampus. However, I am struggling with the coordinates. Since it is a linear probe, will the variables "xcoords" and "ycoords" be the following?

x= ones(1,32); y= 1:32;

Kindly help me out. Thank you.

Sincerely, Ahnaf