Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/spikeinterface/extractors/phykilosortextractors.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class BasePhyKilosortSortingExtractor(BaseSorting):
Parameters
----------
folder_path : str or Path
Path to the output Phy folder (containing the params.py)
Path to the output Phy/Kilosort folder (containing the params.py)
exclude_cluster_groups : list or str, default: None
Cluster groups to exclude (e.g. "noise" or ["noise", "mua"]).
keep_good_only : bool, default: True
Expand Down Expand Up @@ -248,7 +248,7 @@ class KiloSortSortingExtractor(BasePhyKilosortSortingExtractor):
Parameters
----------
folder_path : str or Path
Path to the output Phy folder (containing the params.py).
Path to the output Kilosort folder (containing the params.py).
keep_good_only : bool, default: True
Whether to only keep good units.
If True, only Kilosort-labeled 'good' units are returned.
Expand Down