python-neo
python-neo copied to clipboard
Loading Axion Biosystems AXIS data
Hi!
Does spikeinterface support loading .raw or .spk formats of AXIS data? I don't see it in the docs, so I guess this format is not implemented.
Thanks!
Hi @alexmascension Neo does not support this format as far as I can see. Feel free to open a PR to add a corresponding IO to Neo, see the instructions for adding a new format.
As far as I know spikeinterface does not use Neo to load spiking data, so for the .spk files you will need to check with that project directly.
Hi @JuliaSprenger, I'm using the SpikeInterface module to do the loading, so I'm not sure if I'd be able to do the PR. I was redirected by @alejoe91 to open the issue here.
@alexmascension do you know if there is a Python API to open Axion data?
I can't find it. They currently work with MATLAB files to load the data. I will try to contact them to see if they have some Python code for that (although I guess they won't).