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 PR extends the `get_io` utility to provide a list of candidate IOs for a given data file or folder. This list is generated based on the file extension of...
The remaining deprecation warnings depend on a new release of [setup_miniconda](https://github.com/conda-incubator/setup-miniconda/issues/248). @samuelgarcia Do you prefer to merge these updates already now or wait until we can update also setup-miniconda? _Originally...
Hi @apdavison @JuliaSprenger I think the new trend is to move from dynamic setup (setup.py) to static declaration (pyproject.toml). There somes peps about this and I think it help many...
**Describe the bug** Since 11.1.0, due to the change in openephysbinaryrawio.py, neo/rawio/openephysbinaryrawio.py", line 215, OpenEphys files without events cannot be opened: File "site-packages/neo/rawio/baserawio.py", line 179, in parse_header self._parse_header() File "site-packages/neo/rawio/openephysbinaryrawio.py",...
See https://neo.readthedocs.io/en/new-docs/ Main features: - custom template for home page, with different entry points for different user needs - use Sphinx IPython extension to ensure code snippets are always up-to-date...
It would be great to have a reader for Bonsai. They store their data in raw binary, so it should be just a matter of parsing the data type, shape,...