AFNI Message Board

Dear AFNI users-

We are very pleased to announce that the new AFNI Message Board framework is up! Please join us at:

https://discuss.afni.nimh.nih.gov

Existing user accounts have been migrated, so returning users can login by requesting a password reset. New users can create accounts, as well, through a standard account creation process. Please note that these setup emails might initially go to spam folders (esp. for NIH users!), so please check those locations in the beginning.

The current Message Board discussion threads have been migrated to the new framework. The current Message Board will remain visible, but read-only, for a little while.

Sincerely, AFNI HQ

History of AFNI updates  

|
September 07, 2022 04:12PM
Hello! I am looking for assistance with utilizing 3dvolreg for motion correction. After running our 3dvolreg motion correction, we register our EPI to our anatomical utilizing FLIRT within FSL. When we are comparing our motion corrected functional file with the original functional file, we don't notice any differences, which leads us to think there is no motion correct occurring. We have reviewed our step in utilizing FSL's FLIRT, and they are correct, so we believe the issue may be that we are either missing an option or have incorrectly used one in 3dvolreg. Is there anything in our script that we can change to fix this? Thank you!

See script below:

# echo
# echo "Processing functional for ${subj}... "

# echo
# echo "Motion correction..."
# cd ${subjectsDirectory}/rest
# mkdir motion
# 3dvolreg -zpad 4 -tshift ii -base 0 \
# -1Dmatrix_save motion/${subj}_vr -nomaxdisp -1Dfile motion/${subj}_vr_motion.1D \
# -prefix ${subj}_resting_moco.nii.gz rest.nii.gz
Subject Author Posted

3dvolreg motion correction issue

naiirlab September 07, 2022 04:12PM

Re: 3dvolreg motion correction issue

Daniel Glen September 07, 2022 05:30PM