Home > vbmeg > demo > tutorial_for_vbmeg2 > easy_VBMEG > test_job.m

test_job

PURPOSE ^

-----------------------------------------------------------------------

SYNOPSIS ^

This is a script file.

DESCRIPTION ^

-----------------------------------------------------------------------
 Job configuration created by cfg_util (rev $Rev: 4252 $)
-----------------------------------------------------------------------

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 %-----------------------------------------------------------------------
0002 % Job configuration created by cfg_util (rev $Rev: 4252 $)
0003 %-----------------------------------------------------------------------
0004 matlabbatch{1}.spm.spatial.preproc.data = {'/home/cbi-data30/takeda/temp/tutorial1/analyzed_data/s006/struct/mSubject.nii,1'};
0005 matlabbatch{1}.spm.spatial.preproc.output.GM = [0 0 1];
0006 matlabbatch{1}.spm.spatial.preproc.output.WM = [0 0 1];
0007 matlabbatch{1}.spm.spatial.preproc.output.CSF = [0 0 0];
0008 matlabbatch{1}.spm.spatial.preproc.output.biascor = 1;
0009 matlabbatch{1}.spm.spatial.preproc.output.cleanup = 0;
0010 matlabbatch{1}.spm.spatial.preproc.opts.tpm = {
0011                                                '/home/cbi-data20/common/software/external/spm/spm8/tpm/grey.nii'
0012                                                '/home/cbi-data20/common/software/external/spm/spm8/tpm/white.nii'
0013                                                '/home/cbi-data20/common/software/external/spm/spm8/tpm/csf.nii'
0014                                                };
0015 matlabbatch{1}.spm.spatial.preproc.opts.ngaus = [2
0016                                                  2
0017                                                  2
0018                                                  4];
0019 matlabbatch{1}.spm.spatial.preproc.opts.regtype = 'mni';
0020 matlabbatch{1}.spm.spatial.preproc.opts.warpreg = 1;
0021 matlabbatch{1}.spm.spatial.preproc.opts.warpco = 25;
0022 matlabbatch{1}.spm.spatial.preproc.opts.biasreg = 0.0001;
0023 matlabbatch{1}.spm.spatial.preproc.opts.biasfwhm = 60;
0024 matlabbatch{1}.spm.spatial.preproc.opts.samp = 3;
0025 matlabbatch{1}.spm.spatial.preproc.opts.msk = {''};

Generated on Mon 22-May-2023 06:53:56 by m2html © 2005