python-neo
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
This will fix #1770 Testing data is merged here https://gin.g-node.org/NeuralEnsemble/ephy_testing_data/pulls/167 and is used on testing here. This PR fixes #1770 using the methodology discussed on #1773. To do this, we...
The reader for .e files as mentioned in #1510
We should fix this. This calculation of channel index is also something that I had hard-coded and will work only when there are exactly 8 digital channels saved (which was...
**Describe the bug** There is an error: "UserWarning: Detected 177 undocumented segments within nev data after timestamps" and "NeoReadWriteError: Inconsistent ns6 and nev file. 178 segments present in .nev file,...
Maybe we should add to the todo to add a test that catches this and test other aspects of reading non-int16 binary data with this (say unsigned types) to see...
See #1626
For regular users of Neo we discussed at our Maintenance Meeting today that we would switch to a roughly quarterly release schedule as long as there is at least one...
**Describe the bug** Get a `ZeroDivisionError` when trying to read a micromed `.trc` file via `MicromedIO(file_path).read()`. The same file can be read with Wonambi (another python package) as `wonambi.Dataset(file_path)`. **To...
**Is your feature request related to a problem? Please describe.** Spikeglx makes it possible to conduct a whole-probe activity survey. Currently, the only way to really look at these is...
**Describe the bug** Maxwell (MaxTwo) Datasets can have a mismatch between routed group and the channel mapping, which leads Neo to incorrectly assume channels exist that don't or may do...