Automated world-based analysis of wearable eye tracker data.
Project description
gazeMapper v0.5.0
Tool for automated world-based analysis of wearable eye tracker data.
If you use this tool or any of the code in this repository, please cite:
Niehorster, D.C., Hessels, R.S., Nyström, M., Benjamins, J.S. and Hooge, I.T.C. (in prep). gazeMapper: A tool for automated world-based analysis of wearable eye tracker data
How to acquire
GlassesValidator is available from https://github.com/dcnieho/gazeMapper
, and supports Python 3.10 and 3.11 on Windows, MacOS and Linux.
For Windows users who wish to use the gazeMapper GUI, the easiest way to acquire gazeMapper is to download a standalone executable. The standalone executable is not available for MacOS or Linux.
For users on Windows, Mac or Linux who wish to use gazeMapper in their Python code, the easiest way to acquire
gazeMapper is to install it directly into your Python distribution using the command
python -m pip install gazeMapper
. Should that fail, this repository is pip-installable as well:
python -m pip install git+https://github.com/dcnieho/gazeMapper.git#egg=gazeMapper
. NB: on some platforms you may have
to replace python
with python3
in the above command lines.
Once pip-installed in your Python distribution, there are three ways to run the GUI on any of the supported operating systems:
- Directly in the terminal of your operating system, type
gazeMapper
and run it. - Open a Python console. From such a console, running the GUI requires only the following two lines of code:
import gazeMapper gazeMapper.GUI.run()
- If you run the gazeMapper's GUI from a script, make sure to wrap your script in
if __name__=="__main__"
. This is required for correct operation from a script because the GUI uses multiprocessing functionality. Do as follows:if __name__=="__main__": import gazeMapper gazeMapper.GUI.run()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file gazemapper-0.5.0.tar.gz
.
File metadata
- Download URL: gazemapper-0.5.0.tar.gz
- Upload date:
- Size: 12.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 569fff3cfc56abf03b9031cf6289b3f3358f677a9d69e148e403698254b1f5c8 |
|
MD5 | dd2793bbf36735eb8b296c03b2bb5dbc |
|
BLAKE2b-256 | 3972e310fbd0c42cfa0859a26a78a133a0da96b63772f4e3dadbd6306b4a35a4 |
File details
Details for the file gazeMapper-0.5.0-py3-none-any.whl
.
File metadata
- Download URL: gazeMapper-0.5.0-py3-none-any.whl
- Upload date:
- Size: 12.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e78d674a6f2303d9db726373e0b524c1cc291b0db4dcf2f72c5edb27c4b72997 |
|
MD5 | 8d7de3427aac4ed32ce4e030be9dc6b9 |
|
BLAKE2b-256 | 039fd3ba0da9d9d018fa4b7da82c7e003e74841df28af6ef302495f7bdb774f3 |