convert eye-tracking .edf file to ASC/CSV format
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I have a recording of tracking data in .edf format (SR-RESEARCH eyelink). I want to convert it to ASC/CSV format in python. I have the GUI application but I want to do it programmatically (in Python). I found the package pyEDFlib but couldn't find an example to how convert the eye-tracking .edf file to .asc or .csv. What will the best best way to do it? Thanks 回答1: If I trust the page here: http://pyedflib.readthedocs.io/en/latest , you can run through all the signals in the file this way: import pyedflib import numpy as np f = pyedflib