We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87e6b0c commit 678c7caCopy full SHA for 678c7ca
1 file changed
src/spikeinterface/sorters/internal/spyking_circus2.py
@@ -34,7 +34,7 @@ class Spykingcircus2Sorter(ComponentsBasedSorter):
34
"apply_motion_correction": True,
35
"motion_correction": {"preset": "dredge_fast"},
36
"merging": {"max_distance_um": 50},
37
- "clustering": {"method": "circus", "method_kwargs": dict()},
+ "clustering": {"method": "circus-clustering", "method_kwargs": dict(remove_small_snr=True)},
38
"matching": {"method": "circus-omp-svd", "method_kwargs": dict(), "gather_mode": "memory"},
39
"apply_preprocessing": True,
40
"templates_from_svd": True,
0 commit comments