python-neo icon indicating copy to clipboard operation
python-neo copied to clipboard

NeuralynxIO not providing .waveforms information from .NTT files

Open JohnStout opened this issue 2 years ago • 1 comments

Which page is the problem on? Having trouble finding documentation on how to adjust the NeuralynxIO argument parameters to extract spike information (aside from spike timestamps) from .ntt files.

What is the problem? NeuralynxIO output from ".waveforms" is an empty array.

JohnStout avatar Sep 27 '23 16:09 JohnStout

I don't know if this is helpful since its a year late but to append waveform data you'll need to use data.read_block(load_waveforms=True). Hope this will be properly documented soon.

alyxmi avatar Jun 14 '24 16:06 alyxmi