aeye-lab / pymovements

A python package for processing eye movement data
https://pymovements.readthedocs.io
MIT License
57 stars 11 forks source link

feat: add EyeTracker class #617

Closed josephine-funken closed 4 months ago

josephine-funken commented 8 months ago

Description

Added an EyeTracker class that can keep parsed eyetracker related data.

Fixes issue #597

Implemented changes

Type of change

How Has This Been Tested?

Checklist:

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (88b9af8) 100.00% compared to head (4ac9bee) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #617 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 54 55 +1 Lines 2423 2463 +40 Branches 614 621 +7 ========================================= + Hits 2423 2463 +40 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

SiQube commented 8 months ago

618 fixes the docs problems