Skip to content

Commit

Permalink
Update src/spikeinterface/extractors/neoextractors/neuroexplorer.py
Browse files Browse the repository at this point in the history
Co-authored-by: Alessio Buccino <[email protected]>
  • Loading branch information
h-mayorquin and alejoe91 authored Sep 11, 2023
1 parent 22283c5 commit c974ac0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class NeuroExplorerRecordingExtractor(NeoBaseRecordingExtractor):
This is because the NeuroExplorerRawIO class does not support multi-channel recordings
as in the NeuroExplorer format they might have different sampling rates.
Consider exctracting all the channels and then concatenating them with the concatenate_recordings function.
Consider exctracting all the channels and then concatenating them with the aggregate_channels function.
>>> from spikeinterface.extractors.neoextractors.neuroexplorer import NeuroExplorerRecordingExtractor
>>> from spikeinterface.core import aggregate_channels
Expand Down

0 comments on commit c974ac0

Please sign in to comment.