https://github.com/ihrke/pypillometry
Pupillometry and eyetracking with python
https://github.com/ihrke/pypillometry
data data-analysis eye-tracking eyetracking pupillometry
Last synced: 8 months ago
JSON representation
Pupillometry and eyetracking with python
- Host: GitHub
- URL: https://github.com/ihrke/pypillometry
- Owner: ihrke
- License: mit
- Created: 2019-10-14T09:46:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-05-13T13:05:53.000Z (about 1 year ago)
- Last Synced: 2025-10-03T14:48:44.960Z (8 months ago)
- Topics: data, data-analysis, eye-tracking, eyetracking, pupillometry
- Language: AGS Script
- Homepage: https://ihrke.github.io/pypillometry/
- Size: 63.9 MB
- Stars: 32
- Watchers: 1
- Forks: 13
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Welcome to pypillometry (v2)!
[](https://github.com/ihrke/pypillometry/issues)
[](https://joss.theoj.org/papers/3b06f4f3d5b703fd99c7e622b7edebe4)
[](https://doi.org/10.5281/zenodo.3925528)
[](https://codecov.io/gh/ihrke/pypillometry)
[](https://github.com/ihrke/pypillometry/actions/workflows/run-tests.yml)
[](https://gitHub.com/ihrke/pypillometry/releases/)
[](https://badge.fury.io/py/pypillometry)

> [!NOTE]
> This is `pypillometry` version 2 that contains a major restructuring of the code. Scripts written for version 1 will not continue to work. The reason for the update is that the new version will be able to handle eyetracking-data in addition to pupillometry data (and it will be able to handle more than one eye and other data sources at the same time).
>
> The documentation for v2 is currently incomplete and broken as we focus on developing the new API.
>
> - Version 1 is here: [pypillometry version 1](https://github.com/ihrke/pypillometry/tree/v1)
> - Documentation for Version 1 is here: [pypillometry docs v1](https://ihrke.github.io/pypillometry/v1/html/index.html)
>
This package implements functions for the analysis of pupillometric and eyetracking data. Features include preprocessing, blink handling, event-related pupil-dilation, plotting and signal modeling.
- Github-repository:
- Homepage/Documentation:
---
The project is maintained by Matthias Mittner
To report a bug or recommend a new feature, please use [github's issue tracker](https://github.com/ihrke/pypillometry/issues).
For more details about how to contribute, please see the [contribution-section](https://ihrke.github.io/pypillometry/docs/dev.html) in the documentation.