Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 1.02 KB

File metadata and controls

10 lines (7 loc) · 1.02 KB

Repo for Jones, Thyer, Suplica & Awh, 2024 - Cortically disparate visual features evoke content-independent load signals during storage in working memory

Experiment 1 compares colors and orientations. Experiment 2 compares colors and motion coherences.

The Github contains the code. The OSF contains the code + data.

Breakdown of the repo:

  • ExperimentN/ contains the code to run the task in Psychopy (experiment/), preprocess the data (preprocessing/), and run the analyses related to Experiment N (analyss/). Each analysis directory contains another README walking through the specific scripts.
  • eye_movement_comparisons.ipynb pools the decodability results across experiments to examine the role of eyemovements in predicting decodability, for figure 8. It calls functions from eeg_decoder.py for loading in the data.
  • env.yml a minimal requirements file for building a python environment that should be able to run everything...