pymovements
pymovements copied to clipboard
A python package for processing eye movement data
updates: - [github.com/PyCQA/pylint: v3.1.0 → v3.2.2](https://github.com/PyCQA/pylint/compare/v3.1.0...v3.2.2)
Updates the requirements on [matplotlib](https://github.com/matplotlib/matplotlib) to permit the latest version. Release notes Sourced from matplotlib's releases. REL: 3.9.0 Highlights of this release include: Plotting and Annotation improvements Axes.inset_axes is no...
## Description The resample transformation function offers multiple ways to adjust the sampling rate of gaze data. This function enables the adjustment of temporal frequency through both **upsampling** and **downsampling**....
## Description Added string representations to EventDataFrame and GazeDataFrame Fixes issue # 448 ## Implemented changes Insert a description of the changes implemented in the pull request. - [X] Add...
## Description of the problem In case of 2000 Hz eye link recordings, the timestamps of the second sample of each millisecond are the same as the first. Example: raw...
## Description of the problem Currently we always need to use `.frame` to print the dataframes in interpreters and notebooks. It would be better if both classes would have a...
## Description of the problem The header of an asc file has a lot of metadata which we can parse. ## Description of a solution Instead of just returning a...
## Description of the problem There are a lot of datasets published that only include event data and no raw gaze samples. It would be great if the dataset library...