Skip to content

Commit

Permalink
Update exclude_sweep_ms for SimpleSortersimplesorter
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelgarcia committed Mar 6, 2024
1 parent 66c828d commit 83db429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/sorters/internal/simplesorter.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class SimpleSorter(ComponentsBasedSorter):
"apply_preprocessing": False,
"waveforms": {"ms_before": 1.0, "ms_after": 1.5},
"filtering": {"freq_min": 300, "freq_max": 8000.0},
"detection": {"peak_sign": "neg", "detect_threshold": 5.0, "exclude_sweep_ms": 0.4},
"detection": {"peak_sign": "neg", "detect_threshold": 5.0, "exclude_sweep_ms": 1.5, "radius_um": 150.0},
"features": {"n_components": 3},
"clustering": {
"method": "hdbscan",
Expand Down

0 comments on commit 83db429

Please sign in to comment.