aeye-lab / pymovements

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

Add label file to Dataset definition #609

Open dkrako opened 8 months ago

dkrako commented 8 months ago

Description of the problem

Currently pymovements provides no way to integrate an additional label file to a Dataset.

Description of a solution

I think it makes most sense to limit this feature to a single file first. We can add multi-file labels in a subsequent iteration.

To achieve this we have to implement two things:

All labels should then be available in the Dataset.fileinfo dataframe.

Minimum acceptance criteria