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 379ae11 commit e992478Copy full SHA for e992478
element_array_ephys/export/nwb/nwb.py
@@ -339,7 +339,7 @@ def add_ephys_recording_to_nwb(
339
relative_path = (
340
ephys.EphysRecording.EphysFile & ephys_recording_record
341
).fetch1("file_path")
342
- file_path = ephys.find_full_path(get_ephys_root_data_dir(), relative_path)
+ file_path = ephys.find_full_path(ephys.get_ephys_root_data_dir(), relative_path)
343
344
if ephys_recording_record["acq_software"] == "SpikeGLX":
345
extractor = extractors.read_spikeglx(os.path.split(file_path)[0], "imec.ap")
0 commit comments