aeye-lab / pymovements

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

Segmenting/Epoching/Interpolating Data #439

Open Daniel-Gong opened 1 year ago

Daniel-Gong commented 1 year ago

Dear Daniel, thank you for building this package. I believe this is an important effort towards establishing a widely recognized python toolbox for eye-tracking analysis, just like we have had MNE-Python for EEG data analysis.

There are some functionalities that are still missing in the current release. For example:

dkrako commented 1 year ago

Dear Daniel-Gong, thank you very much for taking your time to write down some of the functionalities we are still missing in pymovements. eyelinker and MNE-python are definitely packages which we will consider as references in terms of the feature set which we want to provide.

Regarding the three functionalities:

  1. We currently support parsing trial identifiers, although this is not well documented yet and we will create a comprehensive tutorial for this soon. Still, what's missing in pymovements is the automatic grouping according to the trial identifiers. Luckily this is very high on our priority list.
  2. This is a great idea! I will dig deeper into MNE-python and figure out how to implement epoching exactly.
  3. Yes, we plan on adding interpolation functionality in the future.

Thank you again for your feedback! I will keep you updated in this issue about the progress regarding your requests.