Olaf Dimigen
Olaf Dimigen
need to adapt regexp in parseeyelink.m `timestamps = regexp(tmp,'^-?\D+(\d+)','tokens','once','lineanchors');`
open question: how to differentiate cases with an offset from messages containing one or more integers as their user-defined "content"?
You can avoid the error below by using the latest EYE-EEG version from Github. Importantly, do NOT download a stable “Release”, but really a zip of the lastest EYE-EEG code....
Indeed, thanks for spotting this (major) bug. Gaze samples are indeed stored in rows, not columns (transposed from standared EEG.data format). Hotfixed in b4083ffcc4f325a45e7081f7ea3b8e572f369b3a
What does this bug mean? This serious bug meant that a **wrong offset latency** (saccade offset sample) and a wrong **saccade end position** (gaze position at end of saccade) was...
(Test dataset provided)
Comments: Bug 1 should be fixed in latest code. Bug 2 almost certainly due to user having integers in `EEG.event.type` which is deprecated and causes `ismember()` to fail once converted...
Here are three more data points. I am encountering the exact same issues (only zeros in output) on two out of three windows 64 bit machines. On each machine, the...
Great - thanks for the update!
Thanks! Here is a file. Epoched data was apparently exported using Analyzer's GenericDataExport. [https://www.dropbox.com/s/j7mus468a5v4hec/example_BVAexportedData_int32.zip?dl=1](https://www.dropbox.com/s/j7mus468a5v4hec/example_BVAexportedData_int32.zip?dl=1)