How I can calculate saccade ampłtude in degree, if I have xand y coordinates in pixels.. Which formula, algorithm, software can help.. I have used tobii for data collection.
I have fixation point X-Y coordinates in [MCS norm] and [DACS px] form. what is required fixation point [MCS norm] or [DACS px] to calculate euclidean distance between 2-fixations?
I am not sure what the abbreviations MCS and DACS mean, but my guess is you are asking for the proper unit of measurement for distances.
To compute the inverse tangent correctly, you have to use the same units for distances on the screen and distances between observer and screen. Then the units will cancel in the division term.
Therefore, you either must convert the screen pixels to meters, or you must convert the viewing distance to pixels (which would be a rather unusual procedure).
Deepika, I have just updated my simplified formula with the correct one. In practice, you will hardly notice a difference, but it won't hurt to use the right one. Sorry for any inconvenience.