Ian G. Malone

Results 2 comments of Ian G. Malone

I get the same error when I try to read a .smrx file from Spike2. The code `reader = neo.io.Spike2IO(filename='filename.smrx')` produces `KeyError: 255`. I believe .smrx are 64 bit files...

I'm not sure if this helps you, but the workaround that I'm using is to use Spike2 to export the .smrx as a .mat, then read that .mat in Python...