Manish Mohapatra

Results 11 comments of Manish Mohapatra

Hi @alejoe91 Sorry for the late reply! I actually did end up looking at the SpikeGLX test files in the [repo](https://gin.g-node.org/NeuralEnsemble/ephy_testing_data) you mentioned, but none of them have digital events....

[DigitalChannelTest_g0.zip](https://github.com/NeuralEnsemble/python-neo/files/14950175/DigitalChannelTest_g0.zip) @TheChymera This archive are the required files that will work for the tests that we wrote

I actually would appreciate this functionality for my own use -- happy to help debug/test it :)

Hi @samuelgarcia Sorry for the late reply! I did start a [PR](https://github.com/NeuralEnsemble/python-neo/pull/1383) on the neo repo to implement handling of events. So once that is merged, I guess this can...

Unfortunately all I could find is that the 'XD' (digital) is not really parsed in neo's [spikeglxrawio](https://github.com/NeuralEnsemble/python-neo/blob/b8989a15ff057db062fa5aefecfb7c0d12adde2f/neo/rawio/spikeglxrawio.py#L63), so I don't know where else to look at :/

Okay I did some digging and here's what I found: The digital channels (if present and saved) are encoded as an 8 bit word, where the digital channel 0 refers...

Hi! Is there a PR regarding this issue? I am unsure about whether this needs to be implemented on the NEO side and then accordingly in spikeinterface, or everything on...