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
I read a Ripple NEV file and get the correct time stamps from digital events, but the Labels (EventType = 3 ('16-bit binary values')) were not saved. I got labels...
**Describe the bug** For recent datasets the continuous data stored in the sev files are not accompanied by timestamp data in the tsq file. As the tsq file is used...
Make TdtIO behaviour more consistent in terms of accepting a folder as input and detecting potential tdt session in there.
**Is your feature request related to a problem? Please describe.** I am trying to synchronise videos to the EEG(.trc format by Micromed), but I cannot access the time stamp markers...
I'm trying to open a .smrx file (~380 MB) with CedIO, however, it only finds that there are 1 block and 1 segment. When I'm trying to read those there...
When loading data using a RawIO constrains apply: Channels and streams have to be consistent across `Segment`s and `Block`s. Many formats only support a single `Block` containing potentially multiple `Segment`s...
**Describe the bug** originally here https://github.com/SpikeInterface/spikeinterface/issues/1260 Recordings from SpikeGadgets hardware have two possible channel maps: HWChan (a channel map defined by the amplifier) and Trodes channel map (for displaying on...
**Describe the bug** Depending on the IO used to load a nix file the loaded neo objects have different attribute values and annotations. This is confusing for the user and...
**Describe the bug** There are a couple instances in `blackrockrawio.py` where the information about timestamp resolution and sample resolution are misused. So far this has proven innocuous because the resulting...