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

When saving Neo objects to NWB files using the NWBIO, the information in the `description` metadata field of several objects is lost or wrongly changed: * If two blocks are...

bug

There is currently no support for .e files produced by NicoletOne systems (now aquired by Natus). Is anyone working on adding support for these files? If not, I will give...

enhancement
New IO Class

**Describe the bug** I am unable to read in my `lf` files when using SpikeGLXRawIO. The file structure is currently as below. When I had all the `lf` files be...

bug

This PR rewrites the IO to read only data that follow the RawIO restrictions. For loading old data `autogenerate_*` keywords were introduced to permit loading data, but ignoring inconsistent channel...

bug
IO

This is a proposal to change the actual memap behavior in rawio layer. spikeinterface use neo.rawio a lot with extenssive IO demand with parralel read/computing. Many users experience big memmory...

**Is your feature request related to a problem? Please describe.** The latest version of the PL2FileReader API includes a function capable of retrieving subsets of data from an analog channel....

enhancement

I though that micromed was mono segment but apparently it can be multi segment. Here the implementation. This include a test that need theses two files to be merge in...

Our action to mirror to ebrains is failing. Since this was set up by @apdavison do you want to try to figure this out. I just reran again on our...

bug

This is coming from here in Spikeinterface: https://github.com/SpikeInterface/spikeinterface/issues/1228 Here, basically this format can't only be opened once per file-system. ```python from pathlib import Path from spikeinterface.extractors import EDFRecordingExtractor from spikeinterface.core.base...

**Describe the bug** I am putting together a unit test for issue #1546 ([Link](https://github.com/NeuralEnsemble/python-neo/pull/1546)) but when I try to run unittest.main() from test_plexon2rawio.py, the code breaks. **To Reproduce** 1. I...

bug