|
9 | 9 | % group of subjects to analyze |
10 | 10 | opt.groups = {''}; % {'blnd', 'ctrl'}; |
11 | 11 | % suject to run in each group |
12 | | -opt.subjects = {1:3}; % {[1:2], [1:2]}; |
| 12 | +% opt.subjects = {[4:6]}; % {[1:2], [1:2]}; |
| 13 | +opt.subjects = {[]}; % {[1:2], [1:2]}; |
13 | 14 |
|
14 | 15 |
|
15 | 16 | % task to analyze |
16 | | -opt.taskName = 'motionDecoding'; |
| 17 | +opt.taskName = 'MotionDecoding'; |
| 18 | + |
17 | 19 | % opt.taskName = 'visMotion'; |
18 | 20 |
|
| 21 | +% opt.taskName = 'balloonanalogrisktask'; |
| 22 | + |
| 23 | + |
19 | 24 |
|
20 | 25 | % The directory where the derivatives are located |
| 26 | + |
21 | 27 | % opt.dataDir = '/Users/mohamed/Desktop/MotionWorkshop/raw'; |
22 | 28 | % opt.dataDir = '/Users/mohamed/Desktop/Data/raw'; |
| 29 | + |
23 | 30 | % opt.dataDir = '/home/remi/BIDS/visMotion/raw'; |
24 | | -opt.dataDir = '/home/remi/BIDS/motionDecoding/raw'; |
| 31 | +opt.dataDir = '/home/remi/BIDS/MotionDecoding/raw'; |
| 32 | + |
| 33 | +% opt.dataDir = '/home/remi/BIDS/ds001/rawdata'; |
| 34 | + |
25 | 35 |
|
26 | 36 | % Options for slice time correction |
27 | 37 | % If left unspecified the slice timing will be done using the mid-volume acquisition |
|
42 | 52 | opt.JOBS_dir = fullfile(opt.dataDir, '..', 'derivatives', 'SPM12_CPPL', 'JOBS', opt.taskName); |
43 | 53 |
|
44 | 54 | % specify the model file that contains the contrasts to compute |
| 55 | + |
45 | 56 | % opt.model.univariate.file = '/Users/mohamed/Documents/GitHub/BIDS_fMRI_scripts/model-motionDecodingUnivariate_smdl.json'; |
46 | 57 | % opt.model.multivariate.file = '/Users/mohamed/Documents/GitHub/BIDS_fMRI_scripts/model-motionDecodingMultivariate_smdl.json'; |
| 58 | + |
47 | 59 | % opt.model.univariate.file = '/home/remi/github/CPP_BIDS_SPM_pipeline/model-visMotionLoc_smdl.json'; |
| 60 | + |
48 | 61 | opt.model.univariate.file = '/home/remi/github/CPP_BIDS_SPM_pipeline/model-motionDecodingUnivariate_smdl.json'; |
49 | 62 | opt.model.multivariate.file = '/home/remi/github/CPP_BIDS_SPM_pipeline/model-motionDecodingMultivariate_smdl.json'; |
50 | 63 |
|
| 64 | +% opt.model.univariate.file = '/home/remi/github/CPP_BIDS_SPM_pipeline/model-balloonanalogriskUnivariate_smdl.json'; |
| 65 | +% opt.model.multivariate.file = '/home/remi/github/CPP_BIDS_SPM_pipeline/model-balloonanalogriskMultivariate_smdl.json'; |
| 66 | + |
| 67 | + |
51 | 68 | % Save the opt variable as a mat file to load directly in the preprocessing |
52 | 69 | % scripts |
53 | 70 | save('opt.mat','opt') |
|
0 commit comments