File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ class BasePhyKilosortSortingExtractor(BaseSorting):
1515 Parameters
1616 ----------
1717 folder_path : str or Path
18- Path to the output Phy folder (containing the params.py)
18+ Path to the output Phy/Kilosort folder (containing the params.py)
1919 exclude_cluster_groups : list or str, default: None
2020 Cluster groups to exclude (e.g. "noise" or ["noise", "mua"]).
2121 keep_good_only : bool, default: True
@@ -248,7 +248,7 @@ class KiloSortSortingExtractor(BasePhyKilosortSortingExtractor):
248248 Parameters
249249 ----------
250250 folder_path : str or Path
251- Path to the output Phy folder (containing the params.py).
251+ Path to the output Kilosort folder (containing the params.py).
252252 keep_good_only : bool, default: True
253253 Whether to only keep good units.
254254 If True, only Kilosort-labeled 'good' units are returned.
You can’t perform that action at this time.
0 commit comments