Skip to content

Commit 392b566

Browse files
committed
make output more verbose
1 parent 0824aec commit 392b566

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setParameters.m

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
cfg.debug.smallWin = false; % To test on a part of the screen, change to 1
1919
cfg.debug.transpWin = false; % To test with trasparent full size screen
2020

21-
cfg.verbose = false;
21+
cfg.verbose = 1;
2222

2323
%% Engine parameters
2424

@@ -50,12 +50,12 @@
5050
%% Timing
5151

5252
% FOR 7T: if you want to create localizers on the fly, the following must be
53-
% multiples of the scanneryour sequence TR
53+
% multiples of the scanner sequence TR
5454
%
5555
% IBI
5656
% block length = (cfg.eventDuration + cfg.ISI) * cfg.design.nbEventsPerBlock
5757

58-
cfg.timing.eventDuration = 0.850; % second
58+
% cfg.timing.eventDuration = 0.850; % second
5959

6060
% Time between blocs in secs
6161
cfg.timing.IBI = 0;

0 commit comments

Comments
 (0)