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 gaze.from_asc() #590

Closed dkrako closed 7 months ago

dkrako commented 9 months ago

Description

Implement from_eyelink_asc() which returns a GazeDataFrame read from an eyelink asc file.

Fixes issue #508

Type of change

How Has This Been Tested?

Checklist:

codecov[bot] commented 9 months ago

Codecov Report

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

Comparison is base (06b1034) 100.00% compared to head (73200d9) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #590 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 53 53 Lines 2376 2388 +12 Branches 597 599 +2 ========================================= + Hits 2376 2388 +12 ```

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

dkrako commented 8 months ago

I'll wait for merging this until after the release on coming friday. Then I'll have time to add some proper documentation on how to use all the pattern magic here.

The release on coming friday will probably only include bug fixes and maintenance work (->v0.17.1).