Skip to content

Commit 9be9fa3

Browse files
committed
update batch file for RFX only
1 parent 7c18b13 commit 9be9fa3

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

batch.m

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@
1818
checkDependencies();
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
3333
BIDS_RFX(1, 6, 6)
@@ -36,9 +36,9 @@
3636
BIDS_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

0 commit comments

Comments
 (0)