excluding_participants_main.m 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. clear all
  2. addpath(genpath(['subfunctions/']))
  3. mainfolder=''
  4. %All partis
  5. partis_sub= [{'pi03'};{'p04'};{'p05'};{'p06'};{'p07'};{'p08'};...
  6. {'p10'};{'p11'};{'p12'};{'p13'};{'p14'};{'p15'};{'p16'};{'p17'};{'p18'};...
  7. {'p19'};{'p20'};{'p21'};{'p22'};{'p23'};{'p24'};{'p25'};{'p26'};...
  8. {'p27'};{'p28'};{'p29'};{'p30'};{'p31'};{'p32'};{'p34'};{'p35'};{'p36'};{'p37'};...
  9. {'p38'};{'p39'};{'p40'};{'p41'};{'p42'};{'p43'};{'p44'};{'p45'};{'p46'};{'p47'};...
  10. {'p48'};{'p49'};{'p50'};{'p51'};{'p53'};{'p54'};{'p55'};{'p56'};{'p57'}...
  11. ]
  12. %participant 09 not included (wearing glasses a considerable amount of signal missed)
  13. %participant 33 not included (really low accuracy, feeling unwell and data to be reconstructed)
  14. %participant 52 not included (the participants had glasses full of scratches, the eyetracker did not work)
  15. %% Excluding based on accuracy
  16. accuracy_plots=0;
  17. exclude;
  18. %% Excluding outliers with a high percetange of NaN in the signal
  19. figure_NaNs=1;
  20. check_percentage_of_NaN_eyes_2022
  21. %% Saving
  22. save('good_partis.mat','good_partis')