in the files antsMultivariateTemplateConstruction.sh and antsMultivariateTemplateConstruction2.sh, the calls to antsAI and antsApplyTransforms have hardcoded -d 3, when they should instead be -d ${DIM}. This was causing errors when trying to construct 2D templates.
in the files antsMultivariateTemplateConstruction.sh and antsMultivariateTemplateConstruction2.sh, the calls to antsAI and antsApplyTransforms have hardcoded -d 3, when they should instead be -d ${DIM}. This was causing errors when trying to construct 2D templates.