-
Notifications
You must be signed in to change notification settings - Fork 253
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spike sorting with data from tungsten microwire arrays #846
Comments
Hello, a few things to start with:
If you still encounter issues after trying those solutions, please upload |
I updated kilosort4 and set dminx as 500 (because setting them as 250 results in white dots between green squares) Although this approach restricted unit detection to a single channel, I couldn't find a good unit with a refractory period. These are my results with new parameters: |
I also noticed your data in the GUI screenshots looks like it's dominated by synchronized activity across all channels. Given the geometry of the probe, I'm assuming that's some kind of noise / artifact. Sorting is not going to work well no matter what settings you've chosen if your data is dominated by noise across all channels. |
I have tried to understand the situation and have reviewed the wiki multiple times, but I couldn’t find an alternative approach to writing this article.
We are encountering problems while sorting spikes recorded using the Tucker Davis Technologies Zif64 array. Each channel is spaced 250 μm apart, as shown in the image below. (I suspect that a few spikes were detected across multiple channels and may not provide enough resolution for spike sorting)
Spike data were acquired from each channel at 24,414 Hz and exported as a binary file resembling the Neuropixels output format. Periods without spikes were filled with Gaussian noise.
Time period without spike was filled with gaussian noise.
Details of probe
https://www.tdt.com/docs/hardware/zif-clip-based-microwire-arrays/#zif-clip-based-microwire-array-specifications
To address the issue, I reduced the value of "nearest chans" to minimize the region of spike detection. Values between 2 and 5 appeared to work well.
The results was like this. No single good unit could be detected.
My questions :
The text was updated successfully, but these errors were encountered: