(click on the image for better quality)
-
Gaze Projections and AOIs Mapping:
- Gaze Data import and computation of X and Y gaze coordinates
- Data exploration and visual quality assessment (projecting gaze points on AOIs)
- Assign gaze points to AOIs
-
Event Detection
- Oculomotor event detection (i.e., Fixations and saccades)
-
Fixation, Scan-path, Heatmap plots
- Fixations plots
- Scan-path plots
- Heatmap plots
-
Mapping Fixations and Saccades to AOIs
- Mapping Fixations and Saccades to AOIs
-
AOI Visits
- Identify Dwells
-
AOI Sequence Charts
-
Fixation, Saccade, Dwell Measures (See [documentation/ETmetrics.csv] (https://github.com/aminobest/ETLecture/blob/main/jupyter/workspace/documentation/ETmetrics.csv) for metrics and definions)
- Fixation measures at stimulus and AOI levels
- Saccade measures at stimulus and AOI levels
- Dwell measures
-
Transition Matrix and Markov Model
- Identify transitions (including self-transitions e.g., transitions from AOI1 to AOI1)
- Identify transitions (with no self-transitions)
git clone https://github.com/aminobest/ETLecture.git
cd ETLecture
docker compose up --build
The build process can take some minutes, once it's over, a link to the jupyter lab web-application (starting with https://127.0.0.1:8888/lab?token=) will be showned in the terminal (cf. screnshot below)
Copy this link and paste it in your browser
Browse to "ETLecture" and start the docker instance using the following command
docker compose up
A new link to the jupyter lab web-application (starting with https://127.0.0.1:8888/lab?token=) will be showned in the terminal (similar to the screenshot above)
Browse to "ETLecture" and run the following
git pull
docker compose up --build