nalmadi / EMIP-Toolkit

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

error in emtk/util/_get_stimuli.py #82

Open najam-tariq opened 1 year ago

najam-tariq commented 1 year ago

The dimensions used for pasting the stimuli onto the background are incorrect: chrome_3hOOvq1ybe

Instead of (100, 375), they should be (0, 375) to allow users to see correct positions of fixations on the text.

nalmadi commented 1 year ago

Thanks for sharing this @najam-tariq!

Would you like to make a pull-request with the suggested fix?

najam-tariq commented 1 year ago

@nalmadi Done!