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

**Describe the bug** Added testing for python 3.9 and 3.11 (this is the new io to test) for the io-testing. This led to one failure in doing the roundtrip size...

bug

**Describe the bug** Hello, I would like to concatenate several segments to realize the LFP analysis on the different sgments. I got the recording of the trigger during the acquisition....

question

remove _default_group_mode_have_change_in_0_9 in BaseFromrawIO

A very simple proposal for spikeglxrawio @h-mayorquin @zm711

After #1541 Plexon2 ended up with the meaningful but unique stream_ids: ``` stream_id_to_stream_name = { "WB": "WB-Wideband", "FP": "FPl-Low Pass Filtered", "SP": "SPKC-High Pass Filtered", "AI": "AI-Auxiliary Input", } ```...

This PR is not mean to be merged but to add a concrete implementation to suggest in #1544. This PR probably is incomplete and it has errors. The idea here...

core-tests failing with new version of quantities. We will need to fix.

bug

Here a proposal for small internal enhencement for rawio layer. For getting analogsignal using rawio at the moment we have a `parse_hedaer()` that discover **"signal channels"** and how they are...

enhancement

Given the idea of @bendichter and this [gist](https://gist.github.com/bendichter/30a9afb34b2178098c99f3b01fe72e75) Here a very very early stage of a very very proof of concept of the "buffer_description_api" for analogsignal chunk. The idea/goal is:...

Fixes #1517 Howdy @RobertoDF, I think this should fix your problem :) As I expected with neuropixels you can have different channel/chip ratios then we expected with the intan based...