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: