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
@zm711, @samuelgarcia, and I had a discussion today about two current Blackrock issues (https://github.com/NeuralEnsemble/python-neo/issues/1770 and https://github.com/NeuralEnsemble/python-neo/issues/1755). The main problem is that the gaps automatically detected by the code are much...
Hello, this issue is related to this [ticket ](https://github.com/NeuralEnsemble/python-neo/issues/1218) **Describe the bug** The MedRawIO wrapper no longer works with the latest versions of dhn-med-py (>= 2.0.x). It used to work...
Let's add some comments about AI-generated code. It's a great help, but we are humans and we need to review :) so let's find a compromise
uv is fast! We can use this as an example: https://github.com/SpikeInterface/spikeinterface/blob/main/.github/workflows/installation-tips-test.yml
Hi guys, We have some user that modify the active probes across experiments. While this is totally fine in Open Ephys (you get different settings file), this is not supported...
The current behaviour of filtering using the FilterCondition class (#1068) is to check if the key whose value is being filtered is in object annotations: ``` if isinstance(value, filters.FilterCondition) and...
Please note that as of PEP639 we need to specify our license differently https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license min version of Setuptools for this is 77 so we should discuss whether we want to...
This is related to #1773. We have a file where Neuralynx creates around 20 segments in places where there were None. As in #1770, there was no input to turn...
Fixes #1301
See #1696. Testing to see if there is something wrong with class based approach @samuelgarcia maybe we could discuss this.