Skip to content
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

Custom templates/spike waveforms similarity index #503

Closed
GrimmSnark opened this issue May 23, 2022 · 2 comments · Fixed by #595
Closed

Custom templates/spike waveforms similarity index #503

GrimmSnark opened this issue May 23, 2022 · 2 comments · Fixed by #595

Comments

@GrimmSnark
Copy link

Hello,

So I have been trying out some custom inter spike interval clean up routines on the outputs of kilosort 3 just to deal with some of my noisier cells. At the moment I take the cluster outputs from KS3 and split them in matlab based on ISI violations. Now, I am trying to feed these new spike waveforms back into KS3 so I can get recalculated amplitudes, similarity indices, phy outputs etc.

However, I can not seem to find the correct place to feed these into the existing KS3 pipeline, or even the correct code snippets to run to do this. Has anyone gotten any experience doing this before?

Best,

Michael

@marius10p
Copy link
Contributor

This sounds like a very bad idea! Cleaning up the ISI intervals is data manipulation, and should never be used to make your data look better than it really is. The refractory period violations are a symptom of a bad cluster. You don't fix the problem by cleaning up these violations.

@GrimmSnark
Copy link
Author

Thank you for the advice! I will play with the threshold values a little more then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants