Home > vbmeg > demo > test_scripts > vb_test_gave1.m

vb_test_gave1

PURPOSE ^

Make cortical surface model of 'fsaverage'.

SYNOPSIS ^

function vb_test_gave1

DESCRIPTION ^

 Make cortical surface model of 'fsaverage'.

 [syntax]
 vb_test_gave1

 [input]

 [output]

 [history]
 2010-12-3 Taku Yoshioka

 Copyright (C) 2011, ATR All Rights Reserved.
 License : New BSD License(see VBMEG_LICENSE.txt)

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function vb_test_gave1
0002 % Make cortical surface model of 'fsaverage'.
0003 %
0004 % [syntax]
0005 % vb_test_gave1
0006 %
0007 % [input]
0008 %
0009 % [output]
0010 %
0011 % [history]
0012 % 2010-12-3 Taku Yoshioka
0013 %
0014 % Copyright (C) 2011, ATR All Rights Reserved.
0015 % License : New BSD License(see VBMEG_LICENSE.txt)
0016 
0017 proj_root ...
0018     = '/home/cbi-data5/taku-y/public/vbmeg0.90_coreg/subjects/fsaverage/';
0019 fsavr_dir = '/home/cbi-data5/taku-y/analysis/freesurfer/fsaverage/';
0020 sbj_dir   = 'brain/';
0021 
0022 brain_parm = vb_set_brain_parm_fsaverage(fsavr_dir,sbj_dir);
0023 vb_job_brain(proj_root,brain_parm);
0024 vb_job_inflate(proj_root,brain_parm);
0025 vb_job_brain_add_sphcoord(proj_root,brain_parm);
0026 
0027 return;

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