Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| tools:antisaccade:eeg [2026/08/06 15:12] – [Degree Visual Angle/Distance Measurements] will | tools:antisaccade:eeg [2026/08/06 15:40] (current) – [Degree Visual Angle/Distance Measurements] will | ||
|---|---|---|---|
| Line 11: | Line 11: | ||
| For local SSR [[tools: | 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 width |'' | ||
| Line 17: | Line 20: | ||
| ^ chin rest eye to top |'' | ^ chin rest eye to top |'' | ||
| - | 2026-07-30: EEG chin rest measurements WF, PV | ||
| - | < | + | <code=R> |
| - | atan( ((320-c(7, | + | rad2deg <- \(x) x * 180/ |
| - | [1] 23.374051 16.316696 | + | dot_pos <- c(7, |
| + | from_center_px <- 640/2 - dot_pos | ||
| + | fc_cm <- from_center_px * 53/ | ||
| + | dotdegs <- atan(fc_cm/60)|> | ||
| + | |||
| + | # | ||
| </ | </ | ||
| + | {{.: | ||
| + | |||
| ===== Saccade scoring ===== | ===== Saccade scoring ===== | ||