File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,9 @@ class BlackrockRecordingExtractor(NeoBaseRecordingExtractor):
26
26
If there are several streams, specify the stream name you want to load.
27
27
all_annotations : bool, default: False
28
28
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
+
31
32
"""
32
33
33
34
mode = "file"
Original file line number Diff line number Diff line change @@ -28,7 +28,9 @@ class IntanRecordingExtractor(NeoBaseRecordingExtractor):
28
28
check we perform is that timestamps are continuous. Setting this to True will ignore this check and set
29
29
the attribute `discontinuous_timestamps` to True in the underlying neo object.
30
30
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
+
32
34
"""
33
35
34
36
mode = "file"
You can’t perform that action at this time.
0 commit comments