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
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ EDF API library that is installed on your computer.
20
20
Strictly speaking, EyeLinkIO only requires Numpy. For converting data to pandas ``DataFrames`` or MNE-Python ``Raw`` instances, you must have those respective packages installed.
21
21
22
22
> [!NOTE]
23
-
23
+
>
24
24
> - EyeLinkIO includes the Eyelink EDF API binary files that are needed to read EDF files.
25
25
> -[See](#using-the-eyelink-developers-kit-edf-api-to-read-edf-files) If you want to use the EyeLink Developers Kit's EDF API library that is installed on your computer.
26
26
@@ -47,8 +47,8 @@ pip install -e ./eyelinkio
47
47
```
48
48
49
49
> [!IMPORTANT]
50
-
To use the editable installation, you should:
51
-
50
+
> To use the editable installation, you should:
51
+
>
52
52
>- Fork the repository on GitHub first.
53
53
>- Clone your forked repository to your local machine.
54
54
>- Make sure you're in the directory *containing* the cloned `eyelinkio` folder when you run the command provided above
@@ -137,6 +137,11 @@ import eyelinkio
137
137
edf = eyelinkio.read_edf("path/to/edf/file")
138
138
```
139
139
140
+
> [!NOTE]
141
+
>
142
+
> - First download the [EyeLink Software Development Kit](<https://www.sr-research.com/support/forum-3.html>)
143
+
> - You must register an account on the forum to access the download (registration is free)
144
+
140
145
## Acknowledgements
141
146
142
147
This package was originally adapted from the [pyeparse](<https://github.com/pyeparse/pyeparse>) package (created by several of the core developers of [MNE-Python](<https://mne.tools/dev/index.html>)). It copies much of the EDF (Eyelink Data Format) reading code.
0 commit comments