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

Only the part from #1303 that fixes the channel id issue from #1215 Hopefully this can be merged easily

Fixes #1197. In draft because I need to see which tests fail so I can fix the tests for the removal of this mode.

`.dat` is super common for raw binary files. If we want a raw binary reader at the neo level we should make sure it is included in possible extensions.

IO

I noticed our docs were building off the deprecated function so I went to switch just the docs and decided to update the get_rawio a bit more. The argument was...

This PR attempts to address the problems in #1413. It is a work in progress. The first commit lets the example script run through without errors on my machine, but...

IO

## Type of Change - New feature - Bug fix ## Description Added partial support for Neuralynx NVT files (#1463). for `NeuralynxIO` and `NeuralynxRawIO`, the x and y pixel coordinates...

Hi all! I'm building an analysis pipeline on my OpenEphys data, which is in the legacy format (i.e., .continuous). I've been using the `neo.io.OpenEphysIO` class to handle the data, but...

question

following a policy of NEP 29 + 1 year.

**Which page is the problem on?** Having trouble finding documentation on how to adjust the NeuralynxIO argument parameters to extract spike information (aside from spike timestamps) from .ntt files. **What...

Documentation

Fix #1215. Using code from @khl02007 - thanks! This needs some more testing, but I am proposing this PR to continue the conversation.