You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This script was specifically created for the asc files that are available in the directory "eyeTrackingData".
You may have to do some changes if you want to use it with your own data; the file "VisME/resources/readmeFiles/inputFormats.txt" contains more information on how a maf file has to look like.
You should especially check the following:
adapt the value for pixelsPerDegree; this value depends on your experiment settings (the value can be calculated from the distance to the monitor, the monitor size and resolution).
since an asc file may contain multiple trials, I use some messages with key words to separate them (e.g., "MSG 3251683 -9 showbild misa01.bmp") and to extract the file path for the background image.
In the script, line 201 detects the keyword for the background image and the start of a new trial, line 210 the end of a trial, line 206 is a filter to use only some trials containing specific key words.
I use further information from messages with these key words: TRIAL_ID, GAZE_COORDS, SAMPLES, RATE; please check that these are available or replace them appropriately.
If you have further questions, please let me know.
Hi,
How to convert ASC to MAF using convertFromASC.py? Is there any guide?
best,
Jianrong Jia
The text was updated successfully, but these errors were encountered: