Shopping_Game_pupil_traces

Raw pupil traces

First we will look at the absolutely raw pupil for every participant and every trial. These are all during the maintenance delay, in the maintenance delay condition, first trips only!

Trial 1 (raw)


Attaching package: 'dplyr'
The following objects are masked from 'package:stats':

    filter, lag
The following objects are masked from 'package:base':

    intersect, setdiff, setequal, union

Trial 2 (raw)

Trial 3 (raw)

Trial 4 (raw)

Interpolated pupil traces

These traces are the pupil after blink correction AND then spline interpolation.

Trial 1 (interpolated)

Trial 2 (interpolated)

Trial 3 (interpolated)

Trial 4 (interpolated)

Smoothed pupil traces

These traces will have undergone blink correction, interpolation, then a running median filter, k = 11

Trial 1 (smooth)

Trial 2 (smooth)

Trial 3 (smooth)

Trial 4 (smooth)

Baseline corrected pupil traces

These plots will have undergone blink correction, interpolation, smoothing, and baseline correction (baseline being first 115 ms of the stage itself)

Trial 1 (BC)

Trial 2 (BC)

Trial 3 (BC)

Trial 4 (BC)