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, 3Brain is currently moving towards BRW v4.x, compatible with newer versions of their software but most importantly adapted to multiwell chips, which means that recordings from multiple parallel chips...

@JuliaSprenger @samuelgarcia Hello everyone - a recent [issue on NeuroConv](https://github.com/catalystneuro/neuroconv/pull/71#issue-1330574689) drew our attention to the fact that global module import structures such as https://github.com/NeuralEnsemble/python-neo/blob/master/neo/__init__.py#L10-L11 and https://github.com/NeuralEnsemble/python-neo/blob/master/neo/io/__init__.py#L278-L379 will actively import every...

To replicate: `brIO = neo.io.BlackrockIO('datafile002.nev')` Error is at: ``` mask = [ev_ids == i] > curr_data = data[mask] E IndexError: too many indices for array: array is 1-dimensional, but 2...

PhyIO automatically loads csv files in the data folder, but assumes that they only have two columns. This causes an error e.g. when loading a SpikeInterface folder with quality metrics...

Also @samuelgarcia , if I try to instantiate from a folder in which there are only 'lf' files, no 'ap' file, I get the following errors ```python extractor = SpikeGLXRecordingExtractor(...

https://github.com/NeuralEnsemble/python-neo/blob/0aa3a68629f9a6d557523c09c903ad699399b3f7/neo/rawio/spikeglxrawio.py#L241-L245 It may be helpful to have a warning when .meta is not found in a spikeglx data directory. Some data download options (e.g. gin) append '.txt' at the end...

I'm trying to load a .plx file and I'm getting an error when using .read(). This error seems to be specific for this file. However, I know the file is...

As Plexon .plx file is supported, will there also compatibility for the newer format .pl2 be implemented?

Hi, I am looking at the gin data for CedIO and I found the following: ``` from pathlib import Path from neo import CedIO DATA_PATH = Path("/home/heberto/ephy_testing_data/") # Gin data...

See https://github.com/NeuralEnsemble/python-neo/actions/runs/1962231833