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

Hi! I was recently working together with @jasperalbers, who is using the NestIO to load simulated data from large scale multi-area models. His problem was that he has hundreds of...

enhancement
IO

This permits extracting file metadata as io attributes. External tools don't need to parse file headers to retrieve additional, non-annotated metadata.

NWB Inspector is a new tool to help inspect NWB files for compliance with NWB Best Practices : https://github.com/NeurodataWithoutBorders/nwbinspector The following pull request allows the validation of files created with...

Hi all, @rgutzen @jasperalbers and I were looking into the NestIO today and we came up with this edits that make the current NestIO compatible with both Nest 2.x and...

@JuliaSprenger @apdavison @mdenker : have a look. This auto push to pypi when we tag. We have the same on spikeinertface. Here we don't run the full io test which...

Hi I was trying to load an openephys _.spikes_ file but it required the .continuous file as well. To fix that, I separated a bit better the data loading, all...

We have this kind of logic for many IOs ```python try: import sonpy HAVE_SONPY = True except ImportError: HAVE_SONPY = False class SomeClass def __init__(self): assert HAVE_SONPY, 'sonpy must be...

PhyIO was written before array_annotations were fully functional, so it had TODOs in the comments to deal with data which should be array_annotated once that's possible. I added array_annotations for...

@JuliaSprenger I just checked out all the files that @TomBugnon was using, and everything looks square to me. Using Python 3.7.12, `os.stat(path).st_size` properly reports uncompressed file size, matching SpikeGLX metadata...

Was sent here by Samuel Garcia, since he said on the SpikeInterface page that this was likely a Neo issue. Screenshot attached ![Screenshot from 2022-08-23 20-34-49](https://user-images.githubusercontent.com/87513570/186450059-15cf2b69-39a6-47bf-ad28-7fe1d5ab9e30.png) .