krasvas / EyeMMV

EyeMMV toolbox is a MATLAB toolbox appropriate for post experimental eye movement analysis
GNU General Public License v3.0
26 stars 11 forks source link

About outputs from fixation_detection.m #2

Open kurokida opened 5 years ago

kurokida commented 5 years ago

Thank you for your excellent package.

I noticed there is a point should be modified in line 134 in fixation_detection.m.

fprintf('Number of Data used in the analysis(t1,3s,minDur): %.f\n',sum(fixation_list_t2(:,4)))

Probably you should use here not fixation_list_t2 but fixation_list_3s.

Best regards,

krasvas commented 5 years ago

Thank you very much for pointing out this issue. The fixation_detection.m function has been updated.