python-neo icon indicating copy to clipboard operation
python-neo copied to clipboard

Neo is a package for representing electrophysiology data in Python, together with support for reading a wide range of neurophysiology file formats

Results 254 python-neo issues
Sort by recently updated
recently updated
newest added

Greetings everyone! I hope someone here can help with solving a very basic issue. Currently I am trying to read a .nwb file using NWBIO like this: from pynwb import...

bug

**Describe the bug** I encountered an issue while attempting to read a .pl2 file using the Plexon2RawIO from the neo library. Here's the snippet I used: `import neo.rawio` `from pathlib...

bug

Hi all, Starting a project where I need to analyze Neuralynx files. When I tried to use the NeuralynxIO module and load in my data, I'm getting the following error:...

bug
IO
needs-input

**Is your feature request related to a problem? Please describe.** I have Neuralynx data with micro (32k sampling rate) and macro (2k sampling rate) in the same folder. Current `NeuralynxIO`...

enhancement

**Describe the bug** When reading. plx files, an error occurs when the file is larger than 2GB, and when the file is smaller than 1GB, it can be read and...

bug
needs-input

With the latest CI feature that permits to trigger the IO test on different OS, the tests are still failing for [macos](https://github.com/NeuralEnsemble/python-neo/actions/runs/5398841450/jobs/9805180705). The corresponding run on windows is [here](https://github.com/NeuralEnsemble/python-neo/actions/runs/5402982864/jobs/9815102665) This...

bug
continuous-integration

by - importing the rawio __doc__ into the io - each (raw)io should have an `examples` attribute providing the (raw)io specific example code - this code will be appended to...

Documentation

Hi! Does spikeinterface support loading .raw or .spk formats of AXIS data? I don't see it in the docs, so I guess this format is not implemented. Thanks!

enhancement
New IO Class

Hello all, I'm reading in a few neuralynx datasets, and something I've been coming across is a value error when parsing the header. At first I thought it had to...

enhancement
IO