Skip to content
Igor Kagan edited this page Apr 21, 2022 · 2 revisions
STATE.INI_TRI                       = 1; % initialize trial
STATE.FIX_ACQ                       = 2; % fixation acquisition
STATE.FIX_HOL                       = 3; % fixation hold
STATE.TAR_ACQ                       = 4; % target acquisition
STATE.TAR_HOL                       = 5; % target hold
STATE.CUE_ON                        = 6; % cue on
STATE.MEM_PER                       = 7; % memory period
STATE.DEL_PER                       = 8; % delay period
STATE.TAR_ACQ_INV                   = 9; % target acquisition invisible
STATE.TAR_HOL_INV                   = 10; % target hold invisible
STATE.MAT_ACQ                       = 11; % target acquisition in sample to match
STATE.MAT_HOL                       = 12; % target acquisition in sample to match
STATE.MAT_ACQ_MSK                   = 13; % target acquisition in sample to match
STATE.MAT_HOL_MSK                   = 14; % target acquisition in sample to match
STATE.SEN_RET                       = 15; % return to sensors for poffenberger
STATE.FIX_PER                       = 16; % return to sensors for poffenberger
STATE.MSK_HOL                       = 17; % mask for delayed M2S
STATE.ABORT                         = 19;
STATE.SUCCESS                       = 20;
STATE.REWARD                        = 21;
STATE.CUE_ON_AUDITIV                = 22; % cue on
STATE.TA2_ACQ                       = 23; % cue on
STATE.TA2_HOL                       = 24; % cue on
STATE.FI2_ACQ                       = 25; % cue on
STATE.FI2_HOL                       = 26; % cue on
STATE.ITI                           = 50;
STATE.CLOSE                         = 99;

Clone this wiki locally