Skip to content

Commit c26a079

Browse files
committed
mh fix
1 parent 637d36e commit c26a079

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

demos/openneuro/ds000114_getOption.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
opt.anatReference.type = 'T1w';
2121
opt.anatReference.session = 2;
22-
22+
2323
opt.space = 'individual';
2424

2525
opt.model.file = fullfile(fileparts(mfilename('fullpath')), ...

demos/openneuro/ds000114_run.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
reportBIDS(opt);
2626

2727
% bidsCopyRawFolder(opt, 1);
28-
%
28+
%
2929
% bidsSTC(opt);
3030

3131
bidsSpatialPrepro(opt);

demos/vismotion/batch.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
reportBIDS(opt);
1919

2020
bidsCopyRawFolder(opt, 1);
21-
%
21+
%
2222
% % preprocessing
2323
bidsSTC(opt);
2424
bidsSpatialPrepro(opt);
@@ -49,7 +49,7 @@
4949
% opt.model.file = fuufile(WD, ...
5050
% 'models', ...
5151
% 'model-motionDecodingMultivariate_smdl.json');
52-
%
52+
%
5353
% bidsFFX('specifyAndEstimate', opt, funcFWHM);
5454
% bidsFFX('contrasts', opt, funcFWHM);
5555
% concatBetaImgTmaps(funcFWHM, opt);

0 commit comments

Comments
 (0)