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 5be4b9e commit 5767fb6Copy full SHA for 5767fb6
mne_bids_pipeline/steps/preprocessing/_05b_sync_eyelink.py
@@ -186,9 +186,7 @@ def sync_eyelink(
186
logger.info(**gen_log_kwargs(message=f"Converting {et_fname} file to `.asc` using edf2asc."))
187
import subprocess
188
subprocess.run(["edf2asc", et_fname]) # TODO: Still needs to be tested
189
- print(et_fname.fpath)
190
et_fname.update(extension='.asc')
191
192
193
raw_et = mne.io.read_raw_eyelink(et_fname, find_overlaps=True)
194
0 commit comments