Hello, I am running bbregister with pet scans and a number of the subject's registrations were poor. What is the best way to fix inaccurate coregistrations from bbregister?
Regards, Corinna
Hi Corinna,
What is the command line that you are trying.
On Tue, 9 Mar 2010, corinna bauer wrote:
Hello, I am running bbregister with pet scans and a number of the subject's registrations were poor. What is the best way to fix inaccurate coregistrations from bbregister?
Regards, Corinna
Hi, I used the commands below, having specified the file paths.
bbregister --s ${subject} --mov ${pet_nii} --bold --init-fsl --reg ${register_dat}
mri_vol2surf --mov ${pet_nii} --reg ${register_dat} --hemi lh --projfrac 0.5 --o ${subj_dir}/bl/lh.pet.mgh
mri_vol2surf --mov ${pet_nii} --reg ${register_dat} --hemi rh --projfrac 0.5 --o ${subj_dir}/bl/rh.pet.mgh
mri_vol2vol --mov ${pet_nii} --fstarg --reg ${register_dat} --interp nearest --o ${petanat_nii}
On Tue, Mar 9, 2010 at 10:56 AM, Sita Kakunoori sita@nmr.mgh.harvard.eduwrote:
Hi Corinna,
What is the command line that you are trying.
On Tue, 9 Mar 2010, corinna bauer wrote:
Hello,
I am running bbregister with pet scans and a number of the subject's registrations were poor. What is the best way to fix inaccurate coregistrations from bbregister?
Regards, Corinna
The information in this e-mail is intended only for the person to whom it is addressed. If you believe this e-mail was sent to you in error and the e-mail contains patient information, please contact the Partners Compliance HelpLine at http://www.partners.org/complianceline . If the e-mail was sent to you in error but does not contain patient information, please contact the sender and properly dispose of the e-mail.
It depends on why it failed, which is usually for one of two reasons. The first is that the initialization failed. You can check this by saving the initial registration by passing "--init-reg-out init.reg.dat", then viewing this reg with tkregister2. If this is more than 5 mm or 5 deg off, then you can try a different init method, either spm, fsl, or tune it by hand. The other reason is that your image does not have sufficient gray/white contrast. Some PET scans just don't have good contrast, or the data are very smooth. In this case, bbregister is the wrong tool (use fsl or spm or tune by hand instead).
doug
corinna bauer wrote:
Hello, I am running bbregister with pet scans and a number of the subject's registrations were poor. What is the best way to fix inaccurate coregistrations from bbregister?
Regards, Corinna
Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
freesurfer@nmr.mgh.harvard.edu