.Bold { font-weight: bold; } .Title { font-weight: bold; font-size: 18px; color: #cc3300; } .Code { border: #8b4513 1px solid; padding-right: 5px; padding-left: 5px;color: #000066; font-family: 'Courier New' , Monospace;background-color: #ff9933; } After recon-all -s tfe10 (subject name) -all, I changed a subject's name (tfe10) to 001.when I performed group analysis (mris_make_average_surface), I had the error massage.How can I correct it?---------------------------------------------------------------------------------------------------------------#@# processing subject 1/42 001... Reading /usr/local/freesurfer/subjects/001/surf/rh.sphere.reg Talairach transform /usr/local/freesurfer/subjects/tfe10/mri/transforms/talairach.xfm does not exist ...Loading tal xfm file /usr/local/freesurfer/subjects/001/mri/transforms/talairach.xfm Read /usr/local/freesurfer/subjects/001/mri/T1.mgz Surface area: 872.5 cm^2 Applying linear transform Talairach transform /usr/local/freesurfer/subjects/tfe10/mri/transforms/talairach.xfm does not exist ...Loading tal xfm file /usr/local/freesurfer/subjects/001/mri/transforms/talairach.xfm--------------------------------------------------------------------------------------------------------------------Woo Suk, Tae
Hi,
Did the process actually stop running? The old location, with the old name is hard coded into some of the volumes. By default freesurfer will first look in the hard coded location, but then it will look in the location based on the current SUBJECTS_DIR and subject name. The last line of output you pasted says:
Loading tal xfm file /usr/local/freesurfer/subjects/001/mri/transforms/talairach.xfm
This is the correct location - but only if your SUBJECTS_DIR is set to /usr/local/freesurfer/subjects
I'm willing to bet that your SUBJECTS_DIR is set wrong - try resetting it and try the command again. You may see the same messages about the talairach, but they are not necessarily errors.
Jenni
freesurfer@nmr.mgh.harvard.edu