File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 1818checkDependencies();
1919
2020% copy raw folder into derivatives folder
21- BIDS_copyRawFolder(opt , 1 )
21+ % BIDS_copyRawFolder(opt, 1)
2222
2323% preprocessing
24- BIDS_STC(opt );
25- BIDS_SpatialPrepro(opt );
26- BIDS_Smoothing(6 , opt );
24+ % BIDS_STC(opt);
25+ % BIDS_SpatialPrepro(opt);
26+ % BIDS_Smoothing(6, opt);
2727
2828% subject level Univariate
29- BIDS_FFX(1 , 6 , opt );
30- BIDS_FFX(2 , 6 , opt );
29+ % BIDS_FFX(1, 6, opt);
30+ % BIDS_FFX(2, 6, opt);
3131
3232% group level univariate
3333BIDS_RFX(1 , 6 , 6 )
3636BIDS_Results(6 , 6 , opt , 0 )
3737
3838% subject level multivariate
39- isMVPA= 1 ;
40- BIDS_FFX(1 , 6 , opt , isMVPA );
41- BIDS_FFX(2 , 6 , opt , isMVPA );
42- make4Dmaps(6 ,opt )
39+ % isMVPA=1;
40+ % BIDS_FFX(1, 6, opt, isMVPA);
41+ % BIDS_FFX(2, 6, opt, isMVPA);
42+ % make4Dmaps(6,opt)
4343
4444
You can’t perform that action at this time.
0 commit comments