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

Saving tetrode stats should be its own function #16

Open
nickponvert opened this issue Mar 25, 2019 · 0 comments
Open

Saving tetrode stats should be its own function #16

nickponvert opened this issue Mar 25, 2019 · 0 comments

Comments

@nickponvert
Copy link
Collaborator

We currently have a function spikesorting.cluster_many_sessions() which performs two tasks:

  • It uses spikesorting.MultipleSessionsToCluster to perform multisession clustering
  • It calculates some stats about the clusters found, and saves TetrodeStats.npz files

We should consider separating these two processes, so that the function for calculating tetrode stats could be used on the output of spikesorting.TetrodeToCluster as well. Calculation of tetrode stats, and saving the .npz files, could possibly even become a method of spikesorting.TetrodeToCluster which would then be inherited by spikesorting.MultipleSessionsToCluster.

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