I am trying to import neuralynx data into python using neo. The code I'm running is:
import neo
dirname = (specify directory name)
reader = neo.io.NeuralynxIO(dirname = dirname, filename = (file name in directory))
The error I am getting is "OSError: No matching header open date/time for application {} version Cheetah. Please contact developers."
I am trying to import neuralynx data into python using neo. The code I'm running is:
import neo
dirname = (specify directory name)
reader = neo.io.NeuralynxIO(dirname = dirname, filename = (file name in directory))
The error I am getting is "OSError: No matching header open date/time for application {} version Cheetah. Please contact developers."