Skip to content

Commit 14b0070

Browse files
committed
Adds example for getgazepos
1 parent 01a78f1 commit 14b0070

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,9 @@ Open up an EDF file, loading both events and continuos data:
88
```julia
99
eyelinkdata = Eyelink.load("w7_10_2.edf")
1010
```
11+
12+
Since an EDF file contains a lot of data, and one might not be interested in all that data for every analysis, there are convenience functions for getting certain types of data. For instance, to get just the calibrated gaze positions, one can do the following
13+
14+
```julia
15+
gazex, gazey, gtime = Eyelink.getgazepos("w7_10_2.edf")
16+
```

0 commit comments

Comments
 (0)