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 ba3f86a commit 654d567Copy full SHA for 654d567
element_array_ephys/export/nwb/nwb.py
@@ -469,7 +469,7 @@ def add_ephys_lfp_from_source_to_nwb(
469
ephys.EphysRecording.EphysFile & ephys_recording_record
470
).fetch1("file_path")
471
relative_path = relative_path.replace("\\","/")
472
- file_path = find_full_path(ephys.get_ephys_root_data_dir(), relative_path)
+ file_path = ephys.find_full_path(ephys.get_ephys_root_data_dir(), relative_path)
473
474
if ephys_recording_record["acq_software"] == "SpikeGLX":
475
extractor = extractors.read_spikeglx(os.path.split(file_path)[0], "imec.lf")
0 commit comments