Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multimodal atlas construction #6

Open
rosella1234 opened this issue Oct 18, 2022 · 1 comment
Open

multimodal atlas construction #6

rosella1234 opened this issue Oct 18, 2022 · 1 comment

Comments

@rosella1234
Copy link

rosella1234 commented Oct 18, 2022

Immagine 2022-10-18 093732
t2

Hi,
I need to create a multimodal population-specific atlas from T1 and T2 images of a neonatal cohort, resulting in a T1 and a T2 templates.
The command I use is:

antsMultivariateTemplateConstruction2.sh -d 3 -i 3 -k 2 -f 4x2x1 -s 2x1x0vox -q 30x20x4 -t SyN -z t1.nii.gz -z t2.nii.gz -m CC -c 0 -o MY templateInput.csv

where templateInput.csv contains

3dT1_subject1.nii.gz,3dT2_subject1.nii.gz
.
.
.
3dT1_subjectN.nii.gz,3dT2_subjectN.nii.gz

I was wondering what input to use for -z option having no initial templates to start with , but just the single subjects' images.
Please find attached an exemplary T1 and T2 image from a subject.
thank you in advance!

@ntustison
Copy link
Owner

The -z flag is option. So if you don't have an initial template, don't include it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants