We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c18b13 commit 9be9fa3Copy full SHA for 9be9fa3
1 file changed
batch.m
@@ -18,16 +18,16 @@
18
checkDependencies();
19
20
% copy raw folder into derivatives folder
21
-BIDS_copyRawFolder(opt, 1)
+% BIDS_copyRawFolder(opt, 1)
22
23
% preprocessing
24
-BIDS_STC(opt);
25
-BIDS_SpatialPrepro(opt);
26
-BIDS_Smoothing(6, opt);
+% BIDS_STC(opt);
+% BIDS_SpatialPrepro(opt);
+% BIDS_Smoothing(6, opt);
27
28
% subject level Univariate
29
-BIDS_FFX(1, 6, opt);
30
-BIDS_FFX(2, 6, opt);
+% BIDS_FFX(1, 6, opt);
+% BIDS_FFX(2, 6, opt);
31
32
% group level univariate
33
BIDS_RFX(1, 6, 6)
@@ -36,9 +36,9 @@
36
BIDS_Results(6, 6, opt, 0)
37
38
% subject level multivariate
39
-isMVPA=1;
40
-BIDS_FFX(1, 6, opt, isMVPA);
41
-BIDS_FFX(2, 6, opt, isMVPA);
42
-make4Dmaps(6,opt)
+% isMVPA=1;
+% BIDS_FFX(1, 6, opt, isMVPA);
+% BIDS_FFX(2, 6, opt, isMVPA);
+% make4Dmaps(6,opt)
43
44
0 commit comments