default für Stimolos Studie
Christoph Budziszewski

Christoph Budziszewski commited on 2009-05-20 16:18:25
Zeige 1 geänderte Dateien mit 3 Einfügungen und 3 Löschungen.


git-svn-id: https://svn.discofish.de/MATLAB/spmtoolbox/SVMCrossVal@194 83ab2cfd-5345-466c-8aeb-2b2739fb922d
... ...
@@ -3,15 +3,15 @@ function ui_main(varargin)
3 3
 DEFAULT.selectedSubject = [1];
4 4
 
5 5
 DEFAULT.pststart        = -5;
6
-DEFAULT.pstend          = 15;
6
+DEFAULT.pstend          = 40;
7 7
 DEFAULT.baselinestart   = 0;
8 8
 DEFAULT.baselineend     = 0;
9 9
 DEFAULT.trfactor        = 0.5;
10 10
 DEFAULT.frameshiftstart = -5;
11 11
 DEFAULT.frameshiftend   = 15;
12 12
 DEFAULT.frameshiftdur   = 0;
13
-DEFAULT.classdefstring  = 'left,\t[9,11,13]\nright,\t[10,12,14]';
14
-DEFAULT.voxelstring     = 'M1 l + 3 \nM1 r + 3\n';
13
+DEFAULT.classdefstring  = 'A,\t[9,11]\nB,\t[13,14]';
14
+DEFAULT.voxelstring     = 'SPL l + 3 \nSPL r + 3\n';
15 15
 DEFAULT.svmoptstring    = '-s 0 -t 0 -c 1';
16 16
 DEFAULT.svmnfold        = '6';
17 17
 DEFAULT.svmrnd          = 1;
18 18