/root/trabajo/freesurfer/bin/mris_preproc_old /root/trabajo/freesurfer/bin/mris_preproc 14,15c14,15 < # $Date: 2012/12/06 16:06:52 $ < # $Revision: 1.59.2.4 $ --- > # $Date: 2012/12/06 16:06:17 $ > # $Revision: 1.66 $ 32c32 < set VERSION = '$Id: mris_preproc,v 1.59.2.4 2012/12/06 16:06:52 mreuter Exp $'; --- > set VERSION = '$Id: mris_preproc,v 1.66 2012/12/06 16:06:17 mreuter Exp $'; 77a78 > set DoXHemiOnly = 0; # do not include the non-xhemi 445a447,453 > case "--tal-xyz": > if($#argv < 1) goto arg1err; > set svalsurf = $argv[1]; shift; > set sval = tal-xyz > set srcsurf = 1; > breaksw > 679a688,692 > case "--xhemi-only": > set DoXHemi = 1; > set DoXHemiOnly = 1; > breaksw > 923,924c936,941 < if($srchemi == lh) set tmplist = ($tmplist $subj $subj/xhemi) < if($srchemi == rh) set tmplist = ($tmplist $subj/xhemi $subj) --- > if($DoXHemiOnly) then > set tmplist = ($tmplist $subj/xhemi) > else > if($srchemi == lh) set tmplist = ($tmplist $subj $subj/xhemi) > if($srchemi == rh) set tmplist = ($tmplist $subj/xhemi $subj) > endif 1017a1035 > echo " --tal-xyz surfname : output xyz in mni305 for each subject" 1109c1127 < --area surfname --- > --tal-xyz surfname 1111,1112c1129,1131 < Extract vertex area from subject/surf/hemi.surfname to use as input. For use < with --s, --fsgd, or --f. surfname does not include hemi. Eg, white, pial. --- > Extract vertex mni305 xyz from subject/surf/hemi.surfname to use as > input. For use with --s, --fsgd, or --f. surfname does not include > hemi. Eg, white, pial. Creates 3 frames for each input subject.