Skip to content

Commit

Permalink
Update src/spikeinterface/sorters/external/herdingspikes.py
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Halcrow <[email protected]>
  • Loading branch information
mhhennig and chrishalcrow authored Jul 19, 2024
1 parent 662b252 commit a20c5c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/sorters/external/herdingspikes.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class HerdingspikesSorter(BaseSorter):
"spike_duration": "Maximum duration over which a spike is evaluated (ms). (`float`, `1.0`)",
"amp_avg_duration": "Maximum duration over which the spike amplitude is evaluated (ms). (`float`, `0.4`)",
"min_avg_amp": "Minimum integrated spike amplitude for a true spike. (`float`, `1.0`)",
"AHP_thr": "Minimum value of the spike repolarisation for a true spike. (`float`, `1.0`)",
"AHP_thr": "Minimum value of the spike repolarisation for a true spike. (`float`, `0.0`)",
"neighbor_radius": "Radius of area around probe channel for neighbor classification (microns). (`float`, `90.0`)",
"inner_radius": "Radius of area around probe channel for spike localisation (microns). (`float`, `70.0`)",
"peak_jitter": "Maximum peak misalignment for synchronous spike (ms). (`float`, `0.25`)",
Expand Down

0 comments on commit a20c5c3

Please sign in to comment.