External Email - Use Caution
Dear freesurfer team,
in the wiki (https://secure-web.cisco.com/1WbYcGgb3srAnGYyZARo_Jad7UgANe_5pADqErCcDyQA2UA...) the following is used to map surface data from an individual subject's right hemisphere to fsaverage_sym's left hemisphere:
mris_apply_reg --src rh.map.mgh --trg rh.map.lh.fsaverage_sym.mgh --streg $SUBJECTS_DIR/subject/xhemi/surf/lh.fsaverage_sym.sphere.reg $FREESURFER_HOME/subjects/fsaverage_sym/surf/lh.sphere.reg
How would you recommend to perform the inverse mapping from fsaverage_sym's left hemisphere to an individual subject's right hemisphere? I would suspect the --streg arguments need to be swapped like so:
mris_apply_reg --src rh.map.lh.fsaverage_sym.mgh --trg rh.map.mgh --streg $FREESURFER_HOME/subjects/fsaverage_sym/surf/lh.sphere.reg $SUBJECTS_DIR/subject/xhemi/surf/lh.fsaverage_sym.sphere.reg
Is that correct? Or would you need to first map to fsaverage_sym's right hemisphere?
Thank you! Cornelius