cortex-lab / KiloSort

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

Changing Template Window #151

Closed papokremiotis closed 6 years ago

papokremiotis commented 6 years ago

Hello, I know that by default the templates look at 61 sample points, but is there a way to change this number? I am working with Aplysia and their action potentials can last 12ms or more and I would like to be able to capture all of it without down sampling my data. Thank you for your help.

marius10p commented 6 years ago

The option is ops.nt0, but making it significantly larger might have unintended / untested consequences. What do the spikes look like? If they are slowed down version of mammalian spikes, then you're probably better off binning your data. You won't lose detection accuracy, and you will at most lose ~1ms of spike timing accuracy.

marius10p commented 6 years ago

Any updates, can I close this issue?

marius10p commented 6 years ago

Closed for lack of activity.