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 1d02cf5 commit 3784238Copy full SHA for 3784238
elements_ephys/ephys.py
@@ -467,8 +467,7 @@ def make(self, key):
467
if acq_software == 'SpikeGLX':
468
npx_meta_fp = root_dir / (EphysRecording.EphysFile & key
469
& 'file_path LIKE "%.ap.meta"').fetch1('file_path')
470
- neuropixels_dir = npx_meta_fp.parent
471
- npx_recording = spikeglx.SpikeGLX(neuropixels_dir)
+ npx_recording = spikeglx.SpikeGLX(npx_meta_fp.parent)
472
elif acq_software == 'OpenEphys':
473
sess_dir = pathlib.Path(get_session_directory(key))
474
loaded_oe = openephys.OpenEphys(sess_dir)
0 commit comments