Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion neo/rawio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
from neo.rawio.examplerawio import ExampleRawIO
from neo.rawio.intanrawio import IntanRawIO
from neo.rawio.micromedrawio import MicromedRawIO
from neo.rawio.neuralynxrawio.neuralynxrawio import NeuralynxRawIO
from neo.rawio.neuralynxrawio import NeuralynxRawIO
from neo.rawio.neuroexplorerrawio import NeuroExplorerRawIO
from neo.rawio.neuroscoperawio import NeuroScopeRawIO
from neo.rawio.nixrawio import NIXRawIO
Expand Down
2 changes: 2 additions & 0 deletions neo/rawio/neuralynxrawio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@
NSE contains spikes and waveforms for mono electrodes
NTT contains spikes and waveforms for tetrodes
"""

from neo.rawio.neuralynxrawio.neuralynxrawio import NeuralynxRawIO