We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcbf731 commit 2b60ed2Copy full SHA for 2b60ed2
1 file changed
src/spikeinterface/extractors/phykilosortextractors.py
@@ -40,7 +40,8 @@ class BasePhyKilosortSortingExtractor(BaseSorting):
40
The cluster_id column is used as the merge key to combine properties from multiple files.
41
All loaded properties are added to the sorting extractor as unit properties, with some
42
renamed for SpikeInterface conventions: 'group' becomes 'quality', 'cluster_id'
43
- becomes 'original_cluster_id'. These properties can be accessed via ``sorting.get_property()`` function.
+ becomes 'original_cluster_id'. These properties can be accessed via ``sorting.get_property()``
44
+ function.
45
"""
46
47
installation_mesg = (
0 commit comments