Skip to content

Commit

Permalink
Removing correlograms
Browse files Browse the repository at this point in the history
  • Loading branch information
yger committed Nov 29, 2024
1 parent d310021 commit 097d46c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/spikeinterface/sorters/internal/spyking_circus2.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ def final_cleaning_circus(
templates,
similarity_kwargs={"method": "l2", "support": "union", "max_lag_ms": 0.1},
apply_merge_kwargs={"sparsity_overlap": 0.1, "censor_ms": 3.0},
correlograms_kwargs={},
#correlograms_kwargs={},
max_distance_um=50,
template_diff_thresh=np.arange(0.05, 0.5, 0.05),
**job_kwargs,
Expand All @@ -360,7 +360,7 @@ def final_cleaning_circus(
analyzer = create_sorting_analyzer_with_existing_templates(sorting, recording, templates)
analyzer.compute("unit_locations", method="monopolar_triangulation")
analyzer.compute("template_similarity", **similarity_kwargs)
analyzer.compute("correlograms", **correlograms_kwargs)
#analyzer.compute("correlograms", **correlograms_kwargs)

presets = ["x_contaminations"] * len(template_diff_thresh)
steps_params = [
Expand Down

0 comments on commit 097d46c

Please sign in to comment.