Skip to content

Commit b0716b6

Browse files
authored
Update README
Minor comment made by IH on average gaze coordinates description
1 parent 8edfc09 commit b0716b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Quick start guide for adopting this script for your own data:
1515
data.time for the timestamp
1616
data.left.X & data.left.Y for left gaze coordinates
1717
data.right.X & data.right.Y for right gaze coordinates
18-
data.average.X & data.average.Y for average gaze coordinates
18+
data.average.X & data.average.Y for average of right and left gaze coordinates
1919

2020
You may provide coordinates from both eyes, only the left, only the right, or only the average. Gaze coordinates should be in pixels, timestamps should be in milliseconds
2121

@@ -24,4 +24,4 @@ You may provide coordinates from both eyes, only the left, only the right, or on
2424

2525
Requirements: Signal Processing Toolbox for downsampling. If not available you may set opt.downsample to []. This may, however, degrade performance of the algorithm.
2626

27-
Tested on MATLAB R2012a, R2014b & R2016a
27+
Tested on MATLAB R2012a, R2014b & R2016a

0 commit comments

Comments
 (0)