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

implement proof of concept merge_clusters/split_clusters from tridesclous and columbia codes. #1996

Merged
merged 11 commits into from
Oct 5, 2023
Prev Previous commit
Next Next commit
wip
samuelgarcia committed Oct 5, 2023
commit 48da4ea5f429eac411a331a39d9b468428b70897
1 change: 1 addition & 0 deletions src/spikeinterface/sortingcomponents/clustering/tools.py
Original file line number Diff line number Diff line change
@@ -94,6 +94,7 @@ def aggregate_sparse_features(peaks, peak_indices, sparse_feature, sparse_mask,
return aligned_features, dont_have_channels



def compute_template_from_sparse(
peaks, labels, labels_set, sparse_waveforms, sparse_mask, total_channels, peak_shifts=None
):