Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| tools:antisaccade:anti [2025/09/26 12:46] – [Anti Antisaccade Task] will | tools:antisaccade:anti [2026/08/06 14:27] (current) – [Visual Angle] will | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Anti Antisaccade Task ====== | ====== Anti Antisaccade Task ====== | ||
| - | Anti is a [[: | + | **"Anti" |
| The task was used in [[: | The task was used in [[: | ||
| + | |||
| + | Trials are like | ||
| + | |||
| + | * **antifix** -- red cross, variable {'' | ||
| + | * **gap** | ||
| + | * **cue** -- yellow circle, '' | ||
| + | |||
| + | |||
| + | The 200ms blank screen " | ||
| The Eprime file can be found in '' | The Eprime file can be found in '' | ||
| Line 18: | Line 27: | ||
| ===== EPrime Code ===== | ===== EPrime Code ===== | ||
| + | |||
| + | {{ tools: | ||
| Task settings and order from EPrime file | Task settings and order from EPrime file | ||
| + | |||
| < | < | ||
| Line 58: | Line 70: | ||
| ===== Cue Duration ===== | ===== Cue Duration ===== | ||
| - | In the [[: | + | In the [[: |
| < | < | ||
| Line 83: | Line 95: | ||
| # values : num [1:4] 0.7 2.2 4.2 6.2 | # values : num [1:4] 0.7 2.2 4.2 6.2 | ||
| </ | </ | ||
| + | |||
| + | ===== Visual Angle ===== | ||
| + | |||
| + | **Likely** <wrap tip>+/- 7 and 14 degrees from center</ | ||
| + | |||
| + | <code sh loc_from_EP.bash> | ||
| + | grep ' | ||
| + | perl -lne ' | ||
| + | sort -un | ||
| + | | ||
| + | 40 | ||
| + | 180 | ||
| + | 460 | ||
| + | 600 | ||
| + | </ | ||
| + | |||
| + | <code R angle.R> | ||
| + | c(40, | ||
| + | # [1] -14 -7 | ||
| + | </ | ||
| + | {{.: | ||
| + | |||
| + | |||
| + | Also see https:// | ||