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
https://gin.g-node.org/NeuralEnsemble/ephy_testing_data/src/master/neuroscope/dataset_1
Hi, I'm trying to convert my blackrock recordings into edf to mne files using python. I tried to run some examples I found using BlackrockIO: https://mne.tools/stable/auto_examples/io/read_neo_format.html https://tinmard.github.io/file-conversion.html https://github.com/tinmarD/utils_python/blob/master/utils_eeg_io.py But I...
Hey, I was looking for a neo IO class which supports a) lazy loading / memory efficient loading, and b) reading AND writing neo blocks. The openephysbinaryrawio class comes close,...
We have recently released a python module for loading HEKA filetypes (https://github.com/easy-electrophysiology/load-heka-python). Currently HEKA loading is available in Neo through the Stimfit module, though a couple of benefits of this...
This is the full build and test log: https://ppb.chymera.eu/f0c5ba.log I assume some failures at least are due to network access (is there any way to easily skip tests which require...
Many formats require only minimal information about header length, data format and channels to be readable. The binary interface is extracting these from a json sidecar file and allows to...
When I try to open a set of imec.ap.bin/imec.ap.meta files I get this error (when I pass the folder in which only these two files are present): ``` >>> from...
It's still referenced here: https://github.com/NeuralEnsemble/python-neo/blob/bc6037048fc8d15919d51f2c67a4ab75df40dacc/doc/source/images/generate_diagram.py#L16
Hi All, I am using `cut_segment_by_epoch` to extract trials from a Blackrock Microsystems dataset (`i140703-001.ns6` and `i140703-001.nev` publicly available [here](https://doi.gin.g-node.org/10.12751/g-node.f83565/)). When cutting a fixed duration after the times defined in...
This issue gives a list of all the improvements to be made for the NWBIO class. - [ ] Have a mechanism which writes an AnalogSignal in a chunk mode...