KiloSort
KiloSort copied to clipboard
GPU code for spike sorting
Hello! Since the code can only be used for a 2D device now, I am wondering if it is easy to change the code for applying to 3D devices. Thank...
I've been trying to run kilosort on some single channel data. FitTemplates line 43 fails because squeezing with two singleton dimensions yields a matrix with differently ordered dimensions. There may...
Hi all, Is there any documentation on FeatureTemplateView as to what is being plotted and what is it useful for? I'm wondering if it might provide an additional tool to...
I have data sets with 96 channels of data, and I would like to run individual channels through KiloSort alone. I am getting the following error: ``` Index exceeds matrix...
What some people in our lab have noticed is that setting ops.Nfilt to too large a value gives a CUDA unknown error after the template finding (when the fullMPMU function...
I'm interested in experimenting with something. Would it be straightforward to kill a cluster manually, then re-run part of the sorting algorithm to resort that cluster's spikes among the remaining...
Auto-merges are supposed to work exactly like manual merges, but something seems to be broken.
To enforce that clusters are localized, in cases where that information helps clustering.
So I wanted to use Kilosort for only 2 arrays out of 6 (the last 2). Each array has 32 channels, and they are recorded in different regions. What do...
In the standardConfig code file, there are some parameter without detailed footnote. I want to know how every parameter will affect the sorting results. Could you help me with this?...