NAME

mris_apply_reg

SYNOPSIS

mris_apply_reg

DESCRIPTION

mris_apply_reg applys surface registration.

REQUIRED-FLAGGED ARGUMENTS

None

ArgumentExplanation
--src srcvalfile Input file that supplies the source values to convert
--trg trgvalfile Output file
--streg srcreg1 trgreg1 source-target registration pair

OPTIONAL-FLAGGED ARGUMENTS

ArgumentExplanation
--streg srcreg2 trgreg2 source-target registration pair

EXAMPLE 1


Map the lh thickness into the symmetric space
mris_apply_reg --src lh.thickness --trg xhemi.lh.thickness \
--streg $SUBJECTS_DIR/$subject/surf/lh.fsaverage_sym.sphere.reg \
$SUBJECTS_DIR/fsaverage_sym/surf/lh.sphere.reg

EXAMPLE 2



Map the rh thickness into the symmetric space
mris_apply_reg --src rh.thickness --trg xhemi.rh.thickness \
--streg $SUBJECTS_DIR/$subject/xhemi/surf/lh.fsaverage_sym.sphere.reg \
$SUBJECTS_DIR/fsaverage_sym/surf/lh.sphere.reg

Note that lh.fsaverage_sym.sphere.reg is used. This is intentional; the left hemis in the xhemi folder are actually right hemis.

BUGS

None

REPORTING

Report bugs to <freesurfer@nmr.mgh.harvard.edu>

SEE-ALSO

mris_convert