Replies: 8 comments 5 replies
-
I'm assuming the authors are referring to the |
Beta Was this translation helpful? Give feedback.
-
How to explain the "Four rigid-then-affine iterations"? |
Beta Was this translation helpful? Give feedback.
-
I think this means they ran the template script multiple times, using the output of the previous run as input to the next one with the I often do this to get a more stable solution. Something like:
Then if the output of the above is myAffinetemplate0.nii.gz, in a new directory, run
|
Beta Was this translation helpful? Give feedback.
-
Also "template-update step size set to 0.1 mm" - the update step size is not in mm, it's a dimensionless scaling factor. The default is set to 0.25. The usage advice is to reduce this for more cautious updates, but I'm not sure in practice how much influence it has. |
Beta Was this translation helpful? Give feedback.
-
Going to move this to discussions, please feel free to continue there |
Beta Was this translation helpful? Give feedback.
-
Thanks |
Beta Was this translation helpful? Give feedback.
-
Thanks for your reply,maybe it’s a good idea. I have another question, what are the differences between antsRegistrationSyNQuick.sh and antsRegistrationSyN.sh? I find the former is quick, so what causes the difference?-------- 原始邮件 --------发件人: Nick Tustison ***@***.***>日期: 2023年3月20日周一 凌晨4:36收件人: ANTsX/ANTs ***@***.***>抄送: tangYING2022 ***@***.***>, Comment ***@***.***>主 题: Re: [ANTsX/ANTs] Set parameters regarding antsMultivariateTemplateConstruction2.sh (Discussion #1347)
Template building is a computationally intensive process so a single CPU machine might be prohibitive. Have you thought about using one our preexisting templates?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I see. Thanks a lot!-------- 原始邮件 --------发件人: Nick Tustison ***@***.***>日期: 2023年3月20日周一 晚上10:11收件人: ANTsX/ANTs ***@***.***>抄送: tangYING2022 ***@***.***>, Comment ***@***.***>主 题: Re: [ANTsX/ANTs] Set parameters regarding antsMultivariateTemplateConstruction2.sh (Discussion #1347)
Quick reduces the number of iterations at the higher resolution levels and uses the mutual information as the similarity metric (vs. cross correlation).
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
According to some papers, they create template with the following descriptions about the parameters:
A maximum of 90 iterations at the coarsest level, 30 at the next coarsest, and 90 at full resolution; template update step size was set to 0.1 mm. Four rigid-then-affine iterations were followed by six full runs of the above nonlinear multiresolution routine to ensure stable convergence. (Acosta-Cabronero et al. J Neurosci 2016;36:364–374)
or
For template creation, radio-frequency bias corrected MPRAGE images were spatially normalized using the ‘Greedy-SyN’ approach in ANTs v2.1 with a maximum of 90 x 30 x 30 multi-resolution iterations and template-update step size set to 0.1 mm. Rigid plus-affine initial alignment was followed by six full runs of the above routine. (Acosta-Cabronero et al. Brain 2017;140:118–131)
And I am not sure the parameters regarding to the sentence "Four rigid-then-affine iterations were followed by six full runs of the above nonlinear multiresolution routine to ensure stable convergence" or "Rigid plus-affine initial alignment was followed by six full runs of the above routine".
And I read the usage of the antsMultivariateTemplateConstruction2.sh, found the
-l
and-i
could explain the sentences. But I am not sure.-i
: Iteration limit (default 4): iterations of the template construction.-l
: Use linear image registration stages during the pairwise (template/subject) deformable registration. Otherwise, registration is limited to SyN orB-spline SyN (see '-t' option). This is '1' by default.Whether the sentence "Four rigid-then-affine iterations...six runs of ..." was written in
-i 6 -l 4
and "Rigid plus-affine...six runs of ..." was written in-i 6 -l 1
respectively?Thanks!
-zoe
Beta Was this translation helpful? Give feedback.
All reactions