Closed KirstensGitHub closed 4 years ago
First Set of Checks:
Sustained Attention Exp: I ran myself on a sample run of the experiment and collected gaze data. During every image presentation, I looked towards the images on the cued side (Full and Side) and away from the images on the uncued side (Side and None). During the memory trials, I rated the images at random. Then I used our code to plot the direction of the gaze data during image presentation for each image rated during the memory trials. Since the data is from only one subject, I've plotted a barplot instead of violin.
First Set of Checks:
Variable Attention Exp: I ran myself on a sample run of the experiment and collected gaze data. During every image presentation, I looked towards the images on the uncued side (None and Category) and away from the images on the cued side (Full and Side). During the memory trials, I rated the images I saw at random. Then I used our code to plot the direction of the gaze data during image presentation for each image rated during the memory trials. Since the data is from only one subject, I've plotted a barplot instead of violin.
Second Set of Checks:
Variable attention experiment (after code updates). Gaze towards cued side images during each presentation.
Second Set of Checks:
Sustained attention experiment (after code updates). Gaze towards uncued side images during each presentation.
NOTE: The first set of final checks was completed before other minor code updates, but is internally consistent. The second set of final checks was run after code updates.
INITIAL CHECKS:
check that behavioral data is compiled and labeled correctly (see issue #77)
check that gaze data gets properly matched to images, by presentation times (see issue #78)
FINAL CHECK
sample gaze data where participant always looks in the direction of the cued composite image (complete) You can see this in
analyze_gaze_data-side-test.ipynb
and in the figure belowsample gaze data where the participant always looks in the direction of the uncued composite image ( complete)