Open angolin22 opened 1 year ago
Could I ask that which parameter in the function ants.build_template() in antspy corresponds to the-roption in buildtemplateparallel.sh
I don't think it's available. But you can easily get something close enough by rigidly registering all your data to one of your subjects or an existing template.
Does ants.build_template() support mask-based registration?
No.
Does CT images of constructing the template require preprocessing, such as resampling to isotropy and normalizing the Hu value to 0-255?
Yeah, that's probably a good idea.
thanks for your reply
Hello, I want to ask about the parameters of the function ants.build_template()
. Is there such a parameter Gaussian regularization
in it.
Thanks for your reply.
No. FYI, you can find the parameters list from the help menu, help(ants.build_template)
.
Also, the python version is a more limited version of what's available in the bash scripts so don't expect equivalency in the set of available parameters.
OK,Thanks.
Also,I want to ask some questions.
ants.build_template
is the weighted average template algorithm based on kernel regression? I think the confusion is that the the documentation refers to **kwargs, but doesn't indicate what those might be, potentially suggesting expert, but hidden options.
hello, thanks for your work! I want to ask some questions:
ants.build_template()
in antspy corresponds to the-r
option in buildtemplateparallel.shants.build_template()
support mask-based registration?