goxpyriment

Attentional Blink Experiment

This example implements the Attentional Blink paradigm.

1. Background

The “attentional blink” is a phenomenon where the second of two targets cannot be detected or identified when it appears shortly after the first target (typically within 200-500ms). This suggests a temporary bottleneck in attention processing.

2. Experimental Task

3. Controls

4. How to Run

From the Attentional-Blink directory:

go run main.go -d -s [subject_id]

Or from the repository root:

go run examples/Attentional-Blink/main.go -d -s [subject_id]

References