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
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,26 +8,23 @@ glassesValidator. Please provide us with feedback on *anything* you notice, *no
8
8
A preliminary reference to the upcoming paper is:<br>
9
9
Niehorster, D.C., Hessels, R.S., Benjamins, J.S., Nyström, M. and Hooge, I.T.C. (submitted). GlassesValidator:
10
10
A data quality tool for eye tracking glasses.
11
-
11
+
12
12
However, as long as the paper is not accepted, please cite this work as follows:<br>
13
13
Niehorster, D.C., Hessels, R.S., Benjamins, J.S., Nyström, M. and Hooge, I.T.C. (2022). GlassesValidator:
14
14
A data quality tool for eye tracking glasses. Available from https://github.com/dcnieho/glassesValidator
15
15
16
16
# How to acquire
17
17
The glassesValidator is available from `https://github.com/dcnieho/glassesValidator`, and supports Windows, MacOS and Linux.
18
-
For Windows ~~and MacOS users~~ who wish to use the glassesValidator GUI, the easiest way to acquire glassesValidator is to [download
19
-
a standalone executable](https://github.com/dcnieho/glassesValidator/releases/latest).
20
-
21
-
For users who wish to use glassesValidator in their Python code, ~~the package can be installed directly from Python using the command
22
-
`python -m pip install glassesValidator`. Should that fail,~~ this repository is pip-installable as well:
18
+
The easiest way to acquire glassesValidator is to install it directly from Python using the command
19
+
`python -m pip install glassesValidator`. Should that fail, this repository is pip-installable as well:
23
20
`python -m pip install git+https://github.com/dcnieho/glassesValidator.git#egg=glassesValidator`. NB: on some platforms you may have
24
21
to replace `python` with `python3` in the above command lines.
25
22
26
23
Once pip-installed in your Python distribution, running the GUI on any of the supported operating systems requires only the following two lines of code:
27
24
```python
28
25
import glassesValidator
29
26
glassesValidator.GUI.run()
30
-
````
27
+
```
31
28
32
29
# Usage
33
30
The glassesValidator validation procedure consists of two parts, 1) a poster that is used during a recording, and 2) Python software
0 commit comments