This folder contains the experimental code and data for the behavioural stimuli validation experiment. ``` . |-- boss: Folder containing the BOSS images used in the experiment. |-- data: csv files containing trial-level data. |-- 01-practice_stim.csv: csv file of practice stimuli. |-- 01-stim.csv: csv of full experimental stimuli (wide format). |-- 01-stim_tidy.csv: csv file of full experimental stimuli (wide format), with useful variables for each item. |-- 01-stim_tidy_long.csv: csv file of full experimental stimuli (long format) with useful variables for each item. |-- 02-experiment.py: Python code for running the experiment. `-- cour.ttf: Truetype font file used in the experiment. ```