File tree Expand file tree Collapse file tree 6 files changed +11
-15
lines changed
Expand file tree Collapse file tree 6 files changed +11
-15
lines changed Original file line number Diff line number Diff line change 66clear ;
77clc ;
88
9- download_data = true ;
10- clean = true ;
9+ download_data = false ;
10+ clean = false ;
1111
1212try
1313 run ../../initCppSpm.m ;
2020
2121reportBIDS(opt );
2222
23- opt.pipeline.type = ' preproc' ;
24-
2523bidsCopyInputFolder(opt );
2624
27- bidsSTC(opt );
28-
2925bidsSpatialPrepro(opt );
3026
3127anatomicalQA(opt );
Original file line number Diff line number Diff line change 1616subLabel = ' 01' ;
1717
1818opt = moae_get_option_stats();
19+ opt.pipeline.type = ' stats' ;
20+ opt = checkOptions(opt );
1921
2022%% Get the con image to extract data
2123% we can do this by using the "label-XXXX"
Original file line number Diff line number Diff line change 1818subLabel = ' 01' ;
1919
2020opt = moae_get_option_stats();
21+ opt.pipeline.type = ' stats' ;
22+ opt = checkOptions(opt );
2123
2224use_schema = false ;
2325BIDS_ROI = bids .layout(opt .dir .roi , use_schema );
7880
7981% we reuse the details for the SPM montage
8082settings.slice.orientation = opt .result .Nodes(1 ).Output.montage.orientation;
81- settings.slice.disp_slices = - 15 : 3 : 30 ;
82- settings.fig_specs.n.slice_column = 5 ;
83+ settings.slice.disp_slices = - 15 : 3 : 18 ;
84+ settings.fig_specs.n.slice_column = 4 ;
8385settings.fig_specs.title = opt .result .Nodes(1 ).Contrasts(1 ).Name;
8486
8587%% Display the layers
Original file line number Diff line number Diff line change 2020 opt.space = {' MNI152NLin2009cAsym' };
2121
2222 opt.query.desc = {' preproc' , ' confounds' };
23- % opt.query.space = opt.space;
2423
2524 %% DO NOT TOUCH
2625 opt = checkOptions(opt );
Original file line number Diff line number Diff line change 1919 opt.dir.roi = fullfile(opt .dir .derivatives , ' cpp_spm-roi' );
2020 opt.dir.stats = fullfile(opt .dir .derivatives , ' cpp_spm-stats' );
2121
22- opt.pipeline.type = ' stats' ;
23-
24- opt.space = {' IXI549Space' };
25-
2622 opt.model.file = fullfile(fileparts(mfilename(' fullpath' )), ...
2723 ' models' , ' model-MoAE_smdl.json' );
2824 % to add the hrf temporal derivative = [1 0]
Original file line number Diff line number Diff line change 33 "BIDSModelVersion" : " 1.0.0" ,
44 "Description" : " contrasts to compute for the FIL MoAE dataset" ,
55 "Input" : {
6- "task" : " auditory"
6+ "task" : " auditory" ,
7+ "space" : " IXI549Space"
78 },
89 "Nodes" : [
910 {
5354 ]
5455 }
5556 ]
56- }
57+ }
You can’t perform that action at this time.
0 commit comments