-
Notifications
You must be signed in to change notification settings - Fork 187
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
fix handling of synchrony columns in qualitymetrics #3549
Comments
Thanks @zm711 I agree this is hard to deal with. I would lean towards hard coding the synchrony sizes...what do you think? If someone needs some customization they would run the low level function |
Yeah that fits with the rest of our metrics. Although I wonder if we would prefer to move this to the spike train metrics (when that is done). Synchrony should go there rather than as a metric of quality no? But yeah for now we could hard code it which would make everything easier. |
I would keep it in quality metrics since in my mind spike train metrics are more on a single unit spike train level :) |
Hello, sorry for the delay. I agree that we should just hard code the synchrony sizes: it's gonna be a lot of pain for an edge case. I'll have a go in the next couple of days? |
That would be amazing from my perspective. I'm super busy the next week (and it is a holiday tomorrow in the US) so I definitely won't have time to change. |
@chrishalcrow
I'm sorry I missed this during review, but we need to find a better way of dealing with synchrony quality metrics. I just discovered that we have the names
sync_spike_2
etc hardcoded, but those are named based on user input with 2,4,8 or 2,6,8 being the defaults. So we should think about a more robust way to deal with that. Not sure how, but I discovered this in #3497 and added a note in comment for us to think on it.The text was updated successfully, but these errors were encountered: