VPNLirvine / trEYEcopa

Code for eyetracking the TriCOPA videos
2 stars 1 forks source link

Hotfix10 #53

Closed brandonhackney closed 3 months ago

brandonhackney commented 3 months ago

Adds functionality to read in .mat data instead of .edf, and also converts SR Research's edfmex output to match the edfMexImport format we've been using (i.e. separates trials).

This came up because we had one subject whose data would crash Matlab for some reason, so SR converted the file to a .mat for me and then I had to figure out how to get it back into the format my analysis pipeline expected. Seems to all be resolved now.