Skip to content

Commit ec05c1d

Browse files
committed
docstring improvement
1 parent 3b9b3a6 commit ec05c1d

File tree

1 file changed

+2
-2
lines changed
  • src/spikeinterface/extractors/neoextractors

1 file changed

+2
-2
lines changed

src/spikeinterface/extractors/neoextractors/plexon.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ class PlexonRecordingExtractor(NeoBaseRecordingExtractor):
2424
all_annotations : bool, default: False
2525
Load exhaustively all annotations from neo.
2626
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.
27+
Determines the format of the channel IDs used by the extractor. If set to True, the channel IDs will be the
28+
names from NeoRawIO. If set to False, the channel IDs will be the ids provided by NeoRawIO.
2929
3030
Example for wideband signals:
3131
names: ["WB01", "WB02", "WB03", "WB04"]

0 commit comments

Comments
 (0)