aeye-lab / pymovements

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

Add method to epoch timesteps by trial groupby #530

Open dkrako opened 1 year ago

dkrako commented 1 year ago

Description of the problem

Timestamps are usually very big and hard to analyze.

Description of a solution

If timestamps would start with 0 at each trial, the times would be much easier to interpret.

This method is called epoching.