We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2be1f08 commit 68ef14bCopy full SHA for 68ef14b
element_array_ephys/readers/openephys.py
@@ -32,7 +32,7 @@ class OpenEphys:
32
33
def __init__(self, experiment_dir):
34
self.sess_dir = pathlib.Path(experiment_dir)
35
-
+ print('Session directory parent', self.sess_dir.parent, self.sess_dir)
36
openephys_file = pyopenephys.File(self.sess_dir.parent) # this is on the Record Node level
37
38
# extract the "recordings" for this session
0 commit comments