Closed leeweizhe1993 closed 5 years ago
Hi,
The reason that it doesn't work if you convert the signal to mm diameter is that the default values for the parameters have been chosen such that they work fairly well with the arbitrary units as recorded by the EyeLink. So if you want to use the function on a different type of signal, or data from a different eye tracker, you have to choose different values for these parameters. That can be finicky though. The data type doesn't matter, as long as the missing data is nan
.
Does that answer your question?
Cheers, Sebastiaan
Got it, Thanks a lot
Hi Sebastiaan, I tried to use blinkreconstruct function to rebuild the pupil data in diameter unit(mm), the data type is like: The outcome more like a linear interpolation after I delivered the data to the blinkreconstruct function, and only area data- which means
int
type- can be properly processed:I tried both convet the area to diameter before reconstruct- which I mentioned above- and after reconstruct, only the latter approach succeed.
Approach 1:
Approach 2:
I guess use
int
type data is recommended XD. @smathotThanks Weizhe Li