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

error getting n_spikes from get_cluster_spike_waveforms #42

Open
jennifertsai opened this issue Feb 20, 2024 · 0 comments
Open

error getting n_spikes from get_cluster_spike_waveforms #42

jennifertsai opened this issue Feb 20, 2024 · 0 comments

Comments

@jennifertsai
Copy link

jennifertsai commented Feb 20, 2024

Hi! I am trying to write some code to filter out low n_spikes in my phy input data. I have tried this following code:
waveforms = model.get_cluster_spike_waveforms(cluster_id)
n_spikes, n_samples, n_channels_loc = waveforms.shape

This works for most cluster_ids, but there are a few cluster_ids where I keep getting this assertion error:

image

Any advice on how to fix this?

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

No branches or pull requests

1 participant