We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0824aec commit 392b566Copy full SHA for 392b566
setParameters.m
@@ -18,7 +18,7 @@
18
cfg.debug.smallWin = false; % To test on a part of the screen, change to 1
19
cfg.debug.transpWin = false; % To test with trasparent full size screen
20
21
- cfg.verbose = false;
+ cfg.verbose = 1;
22
23
%% Engine parameters
24
@@ -50,12 +50,12 @@
50
%% Timing
51
52
% FOR 7T: if you want to create localizers on the fly, the following must be
53
- % multiples of the scanneryour sequence TR
+ % multiples of the scanner sequence TR
54
%
55
% IBI
56
% block length = (cfg.eventDuration + cfg.ISI) * cfg.design.nbEventsPerBlock
57
58
- cfg.timing.eventDuration = 0.850; % second
+% cfg.timing.eventDuration = 0.850; % second
59
60
% Time between blocs in secs
61
cfg.timing.IBI = 0;
0 commit comments