nalmadi / EMIP-Toolkit

EMIP Toolkit (EMTK): A Python Library for Processing Eye Movement in Programming Data
16 stars 22 forks source link

parsing Corrected EMIP Dataset in .csv for draw_trial visualization #54

Closed luhangsnn closed 2 years ago

luhangsnn commented 2 years ago

Hi @nalmadi

This pull request outlines my preliminary version of the parsing function for the corrected EMIP dataset (as far as the scope of this final project). I would be able to work on it more in a few days - I think currently it performs basic parsing functions and output of draw_trial visualization using the result is attached below. It would be appreciated if you could let me know if any modifications are needed.

Thank you for all your help and happy holidays!

image

Luhang

nalmadi commented 2 years ago

Excellent work @luhangsnn, thank you!

Can you add a Jupyter notebook for the corrected dataset similar to the other two? The notebook should use the new parser and call the usual methods and functions.

Thanks! And happy Holidays to you too :)