Skip to content

Commit efede13

Browse files
committed
use_names_as_ids update
1 parent b88ddcb commit efede13

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

src/spikeinterface/extractors/neoextractors/blackrock.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ class BlackrockRecordingExtractor(NeoBaseRecordingExtractor):
2626
If there are several streams, specify the stream name you want to load.
2727
all_annotations : bool, default: False
2828
Load exhaustively all annotations from neo.
29-
use_names_as_ids : bool or None, default: None
30-
If True, use channel names as IDs. If None, use default IDs.
29+
use_names_as_ids : bool, default: False
30+
If False, use default IDs inherited from Neo. If True, use channel names as IDs.
31+
3132
"""
3233

3334
mode = "file"

src/spikeinterface/extractors/neoextractors/intan.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ class IntanRecordingExtractor(NeoBaseRecordingExtractor):
2828
check we perform is that timestamps are continuous. Setting this to True will ignore this check and set
2929
the attribute `discontinuous_timestamps` to True in the underlying neo object.
3030
use_names_as_ids : bool, default: False
31-
If True, use channel names as IDs. If False, use default IDs inherited from neo.
31+
If False, use default IDs inherited from Neo. If True, use channel names as IDs.
32+
33+
3234
"""
3335

3436
mode = "file"

0 commit comments

Comments
 (0)