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
Copy file name to clipboardExpand all lines: README.md
+6
Original file line number
Diff line number
Diff line change
@@ -8,3 +8,9 @@ Open up an EDF file, loading both events and continuos data:
8
8
```julia
9
9
eyelinkdata = Eyelink.load("w7_10_2.edf")
10
10
```
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
0 commit comments