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
what is equivalent for 1.e-7,5 as convergenceThreshold and convergenceWindowSize in ANTsPy?
how should implement -r [$f, $m,1] in ANTsPy (or initializationFeature set to image intensities)
how should set -u 1 as use-histogram-matching in ANTsPy?
and is it correct set -s 4x2x as aff_smoothing_sigmas=(4, 2, 1) and -f 4x2x1 \ as aff_shrink_factors=(4, 2, 1) and could i use this parameter for Syn transform type ?
it's very important to me to convert this code i will be so thankful if you could help me
The text was updated successfully, but these errors were encountered:
hi
i have code below in ANTs to convert to ANTspy code :
and i make below code in ANTspy :
but i don't know how should implement :
-r [$f, $m,1]
in ANTsPy (or initializationFeature set to image intensities)-u 1
as use-histogram-matching in ANTsPy?-s 4x2x
asaff_smoothing_sigmas=(4, 2, 1)
and-f 4x2x1 \
asaff_shrink_factors=(4, 2, 1)
and could i use this parameter for Syn transform type ?it's very important to me to convert this code i will be so thankful if you could help me
The text was updated successfully, but these errors were encountered: