You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried to use antsRegistration to do motion estimation and correction as the code shows below. The epi1.nii is the 4D EPI images and the epi1avg4D.nii is the replication of the average of the 4D EPI along time. The results are good and the run time is 214 seconds.
Then I find there is another function antsMotionCorr that can do the motion correction, too (http://stnava.github.io/fMRIANTs/). I then tested the following code whose parameter setting is quite similar to that in antsRegistration. The results are good, too, but the run time is about 1010 seconds.
At first I thought antsMotionCorr is a wrap of antsRegistration, but it is actually different. My questions is that what's the main difference between antsMotionCorr and antsRegistration? Why does it take so much longer when the registration parameters are the same? Which one is recommended to use?
In addition, in this post http://stnava.github.io/fMRIANTs/, the deformable registration is done by using antsRegistration, but why not use antsMotionCorr which can also have the Syn transform?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I have tried to use antsRegistration to do motion estimation and correction as the code shows below. The epi1.nii is the 4D EPI images and the epi1avg4D.nii is the replication of the average of the 4D EPI along time. The results are good and the run time is 214 seconds.
Then I find there is another function antsMotionCorr that can do the motion correction, too (http://stnava.github.io/fMRIANTs/). I then tested the following code whose parameter setting is quite similar to that in antsRegistration. The results are good, too, but the run time is about 1010 seconds.
At first I thought antsMotionCorr is a wrap of antsRegistration, but it is actually different. My questions is that what's the main difference between antsMotionCorr and antsRegistration? Why does it take so much longer when the registration parameters are the same? Which one is recommended to use?
In addition, in this post http://stnava.github.io/fMRIANTs/, the deformable registration is done by using antsRegistration, but why not use antsMotionCorr which can also have the Syn transform?
Beta Was this translation helpful? Give feedback.
All reactions