Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| tools:antisaccade:eeg [2025/04/30 16:31] – will | tools:antisaccade:eeg [2026/08/06 15:40] (current) – [Degree Visual Angle/Distance Measurements] will | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| The source is [[https:// | The source is [[https:// | ||
| - | Used in [[: | + | Used in [[: |
| + | |||
| + | [[dollarreward]]' | ||
| + | ===== Degree Visual Angle/ | ||
| + | |||
| + | For local SSR [[tools: | ||
| + | |||
| + | * 2026-08-06 (FC,VD,WF): EEG DollarReward dots presented at <wrap tip> 8, 16, and 23 degrees from center</ | ||
| + | * 2026-07-30 (WF, PV): EEG chin rest measurements | ||
| + | |||
| + | ^ screen width |'' | ||
| + | ^ screen height | ||
| + | ^ chinrest eye to bottom | ||
| + | ^ chin rest eye to top |'' | ||
| + | |||
| + | |||
| + | < | ||
| + | rad2deg <- \(x) x * 180/ | ||
| + | dot_pos <- c(7, | ||
| + | from_center_px <- 640/2 - dot_pos | ||
| + | fc_cm <- from_center_px * 53/ | ||
| + | dotdegs <- atan(fc_cm/ | ||
| + | |||
| + | # 23.374051 16.316696 | ||
| + | </ | ||
| + | {{.: | ||
| + | |||
| + | ===== Saccade scoring ===== | ||
| + | |||
| + | Using EOG, see [[: | ||
| + | |||
| + | '' | ||
| + | |||
| + | <code make / | ||
| + | eog_cal/ | ||
| + | cd eog_cal && Rscript clean_eog_visit.R | ||
| + | |||
| + | eog_cal/ | ||
| + | cd eog_cal && ml score_eog.m | ||
| + | </ | ||