File tree 1 file changed +3
-3
lines changed
docs/tutorials/fmri/block/preprocessing
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ matlabbatch{4}.spm.spatial.preproc.warp.reg = [0 0.001 0.5 0.05 0.2];
74
74
matlabbatch{4}.spm.spatial.preproc.warp.affreg = 'mni';
75
75
matlabbatch{4}.spm.spatial.preproc.warp.fwhm = 0;
76
76
matlabbatch{4}.spm.spatial.preproc.warp.samp = 3;
77
- matlabbatch{4}.spm.spatial.preproc.warp.write = [0 0 ];
77
+ matlabbatch{4}.spm.spatial.preproc.warp.write = [0 1 ];
78
78
matlabbatch{4}.spm.spatial.preproc.warp.vox = NaN;
79
79
matlabbatch{4}.spm.spatial.preproc.warp.bb = [NaN NaN NaN
80
80
NaN NaN NaN];
@@ -187,7 +187,7 @@ for i = 1:numel(sub)
187
187
matlabbatch{4}.spm.spatial.preproc.warp.affreg = 'mni';
188
188
matlabbatch{4}.spm.spatial.preproc.warp.fwhm = 0;
189
189
matlabbatch{4}.spm.spatial.preproc.warp.samp = 3;
190
- matlabbatch{4}.spm.spatial.preproc.warp.write = [0 0 ];
190
+ matlabbatch{4}.spm.spatial.preproc.warp.write = [0 1 ];
191
191
matlabbatch{4}.spm.spatial.preproc.warp.vox = NaN;
192
192
matlabbatch{4}.spm.spatial.preproc.warp.bb = [NaN NaN NaN
193
193
NaN NaN NaN];
@@ -210,4 +210,4 @@ for i = 1:numel(sub)
210
210
spm_jobman('run',matlabbatch) % execute the batch
211
211
clear matlabbatch % clear matlabbatch
212
212
end
213
- ```
213
+ ```
You can’t perform that action at this time.
0 commit comments