Skip to content

Commit 693cd53

Browse files
authored
Merge branch 'main' into improve_frame_slicing_assertion
2 parents 1540238 + 1d6b366 commit 693cd53

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/spikeinterface/extractors/phykilosortextractors.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)