You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
We currently have a function
spikesorting.cluster_many_sessions()
which performs two tasks:spikesorting.MultipleSessionsToCluster
to perform multisession clusteringWe 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 ofspikesorting.TetrodeToCluster
which would then be inherited byspikesorting.MultipleSessionsToCluster
.The text was updated successfully, but these errors were encountered: