NeuralEnsemble / python-neo

Neo is a package for representing electrophysiology data in Python, together with support for reading a wide range of neurophysiology file formats
http://neo.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
319 stars 248 forks source link

NeuralynxIO not providing .waveforms information from .NTT files #1331

Open JohnStout opened 1 year ago

JohnStout commented 1 year ago

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.

LEGion-42 commented 3 months ago

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.