Skip to content

Commit

Permalink
docstring improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed Jul 12, 2024
1 parent 3b9b3a6 commit ec05c1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/spikeinterface/extractors/neoextractors/plexon.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ class PlexonRecordingExtractor(NeoBaseRecordingExtractor):
all_annotations : bool, default: False
Load exhaustively all annotations from neo.
use_names_as_ids : bool, default: True
If True, the names of the signals are used as channel ids. If False, the channels ids are the ids provided
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.
Example for wideband signals:
names: ["WB01", "WB02", "WB03", "WB04"]
Expand Down

0 comments on commit ec05c1d

Please sign in to comment.