arash-n / GBSS

Gray-matter Based Spatial Statistics
Other
23 stars 6 forks source link

buildtemplateparallel.sh outdated #11

Closed ezefarrher closed 3 years ago

ezefarrher commented 3 years ago

Hi, I've just noticed that you use buildtemplateparallel.sh from ANTs to create the template. However, in ANTs they say that they'd rather recommend to use antsMultivariateTemplateConstruction2.sh instead of buildtemplateparallel.sh in general. Do you think it would also work in the framework of your GBSS? Thank you!

arash-n commented 3 years ago

Hi,

GBSS uses an older version of ANTs and should work just as well with antsMultivariateTemplateConstruction2.sh. However, the options/flags are a bit different and need to be modified accordingly. Make sure that the intermediate templates are saved for QC. Sometimes the template drifts partially out of the field of view. If that occurs, you can use -y 0.

Hope that helps.

-Arash

ezefarrher commented 3 years ago

Thanks!