Open Aryo-Zare opened 3 years ago
Hello Again
I copied the main directory ('2021-10-22_12-21-09') directly in python's current working directory.
from open_ephys.analysis import Session
directory = '2021-10-22_12-21-09'
session = Session(directory)
And the command was executed successfully. Hence this issue is resolved. But I'm still curious to find out why the previous command is not functional !!
Try making the data directory an "r" string, like this:
r'D:\rec\2021-10-22\3\2021-10-22_12-21-09'
Otherwise it will treat the backslashes as escape characters, and won't recognize the directory.
Hi
Thanks for creating this tool. I would like to use it for a preliminary analysis (evoked potentials or PSTH from MUA, hence no spike sorting).
I installed it in my anaconda python environment. Yet I have problem using it. When I create a session I get an error message (below). I'm not sure if it's related to how I address to the recording directory. The recorded data is in binary format.