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 clip transformation #700

Closed josephine-funken closed 3 months ago

josephine-funken commented 4 months ago

Description

Implements a clip transformation to clip signals to a lower and upper bound for outlier removal.

Fixes issue #695

Implemented changes

Insert a description of the changes implemented in the pull request.

Type of change

Checklist

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 100.00%. Comparing base (0eca770) to head (e9fd630).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #700 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 57 57 Lines 2696 2703 +7 Branches 695 697 +2 ========================================= + Hits 2696 2703 +7 ```

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