Skip to content

Commit

Permalink
added wrapper to run colour pRF bar exp
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcHimmelberg authored Feb 23, 2021
1 parent 302f81f commit e94eb54
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions runme/runme_colorfulStim.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

% runme for the colorful stimulus
% 192 TRs

%%

params = retCreateDefaultGUIParams;
params.fixation = 'dot with grid';
params.tr = 1;
params.skipSyncTests = 0;
params.calibration = 'CBI_Propixx';
params.prescanDuration = 0;
params.experiment = 'Experiment From File';
params.doEyelink = true;
%% stim file

%% run it

for ii = 1:6
params.loadMatrix = sprintf('ret_%d.mat', ii);
ret(params);
end

0 comments on commit e94eb54

Please sign in to comment.