We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0babead commit 0fe29dfCopy full SHA for 0fe29df
1 file changed
src/spikeinterface/extractors/phykilosortextractors.py
@@ -40,7 +40,7 @@ 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()``
+ becomes 'original_cluster_id'. These properties can be accessed via ``sorting.get_property()``
44
function.
45
"""
46
0 commit comments