We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b9b3a6 commit ec05c1dCopy full SHA for ec05c1d
src/spikeinterface/extractors/neoextractors/plexon.py
@@ -24,8 +24,8 @@ class PlexonRecordingExtractor(NeoBaseRecordingExtractor):
24
all_annotations : bool, default: False
25
Load exhaustively all annotations from neo.
26
use_names_as_ids : bool, default: True
27
- If True, the names of the signals are used as channel ids. If False, the channels ids are the ids provided
28
- by the NeoRawIO.
+ Determines the format of the channel IDs used by the extractor. If set to True, the channel IDs will be the
+ names from NeoRawIO. If set to False, the channel IDs will be the ids provided by NeoRawIO.
29
30
Example for wideband signals:
31
names: ["WB01", "WB02", "WB03", "WB04"]
0 commit comments