ContextLab / attention-memory-task

An experiment used to explore interactions between covert attention and recognition memory
Other
9 stars 5 forks source link

attention level label fix #75

Closed KirstensGitHub closed 5 years ago

KirstensGitHub commented 5 years ago

commented the line in attention level labeling function that selected first cued category from the block, added back updated line later in the function that selects the cued category by trial

KirstensGitHub commented 5 years ago

as a comment, the presentation trial data has images in the columns 'Cued Face', 'Cued Place, 'Uncued Face', and 'Uncued Place' . These refer to whether the images were on the cued or uncued side. I then use the cued category from that run to determine the attention level. So, if a picture of a face that was shown in the memory trial is in the column 'Cued Face' of the previous presentation trial AND that presentation trial had category cue of 'Face' that gets labeled as a fully attended image. (In retrospect, I should have labeled them not just by cued in the pres blocks, but by full attention level, avoiding this issue)