LNCD

Table of Contents

  • LNCD Home
  • Administration
  • Notebooks
  • Journal Club Presentations
  • Publications
  • Current Projects
  • Completed Projects
  • Current Grants
  • Datasets by Project
  • Brain ROIs and Measures
  • ️Tools And Methods
  • Big Data
  • RA Homepage
  • Recent Changes
  • Maintenance
  • Site Map
  • Random Page
LNCD
Docs » Antisaccade Tasks

This is an old revision of the document!


Antisaccade Tasks

Trigger Values for 7T EEG

 
[micromed_time, mark]=make_photodiodevector(EEG);

iti = mode(mark); 

mark = mark - iti + 254;
       
% 101-105: anti cue 
% 151-155: target (dot on, look away)
% 254 = back to fixation

simple = nan(size(mark));
simple(mark == 254)= 1; % (New ITI)
simple(mark>=100 & mark<110)= 2; % (new Anti cue - red fixation cross, prepatory)
simple(mark>=150 & mark<= 155)= 3; % (new dot on, look away) 

Versions

  • DollarReward/RingReward – rewarded and neutral
    • Projects: NCANDA, Habit Study (R37)
    • Code:
      • https://github.com/LabNeuroCogDevel/lncdtask
      • bea_res/Tasks/Behavorial/RingsRewardBehave_20190920
      • bea_res/Tasks/fromScanner20130219/Rings Reward
  • AntiState
  • Anti - no reward (variable iti, 4 sides)
    • Brain Mechanisms R01 (7T), cog, pet?
    • bea_res/Tasks/Behavorial/anti-beakid/ANTI.es
  • Bars
Previous Next