-
|
Hi, I ran antsMultivariateTemplateConstruction2.sh (from ANTS v.2.5) to Does this mean I have to rerun everything again or will Is there a way to check what input images have been considered to Many thanks for any help! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Can you attach the log file and also list the contents of your output directory? It may be possible to get more information from it |
Beta Was this translation helpful? Give feedback.
-
|
The call to If you really want separate templates (that may not be aligned to each other), you can do that. Or you can build a multivariate template if the T1 and T2 for each subject are aligned to each other. It's up to you, but if building a separate template, I'd start each one in a clean directory with only the input for that template. You can resume template building using your existing OK-seeming templates as initial templates (using -z). If you continue to have problems, I would suggest updating ANTs, as there might have been script fixes since 2.5.0. Also, we need to know the actual call to the script, as well as the terminal output. One thing I think I recall fixing post 2.5.0 was dealing with input CSV files from Python, which use Windows newlines by default. If things are acting weird, check if there's windows carriage return characters. |
Beta Was this translation helpful? Give feedback.
The call to
AverageAffineTransformin your logs appears to have all 170 transforms, for 170 images. But then there's also T2 output files present. I'm not sure what's going on here. But I think building two separate templates in the same directory is unlikely to work.If you really want separate templates (that may not be aligned to each other), you can do that. Or you can build a multivariate template if the T1 and T2 for each subject are aligned to each other. It's up to you, but if building a separate template, I'd start each one in a clean directory with only the input for that template.
You can resume template building using your existing OK-seeming templates as initial templates (us…