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
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)
These traces will have just gone through blink correction only.
Trial 1 (blink corrected)
Trial 2 (blink corrected)
Trial 3 (blink corrected)
Trial 4 (blink corrected)
These traces are the pupil after blink correction AND then spline interpolation.
Trial 1 (interpolated)
Trial 2 (interpolated)
Trial 3 (interpolated)
Trial 4 (interpolated)
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)
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)