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):
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"
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments