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

incomplete *_aligned_trilin.nii.gz #345

Open
snaillyd opened this issue Nov 21, 2020 · 5 comments
Open

incomplete *_aligned_trilin.nii.gz #345

snaillyd opened this issue Nov 21, 2020 · 5 comments

Comments

@snaillyd
Copy link

Hi mrDiffusion experts,
We used following command lines to preprocess DTI data:
dwParams = dtiInitParams('clobber',1,'phaseEncodeDir',2);
dtiInit('path to DTI nifti','path to T1.nii.gz',dwParams);

The *_aligned_trilin.nii.gz file is incomplete with part of the frontal lobes cropped.
image

Can anyone help us solve this problem?
Thanks!

@hejieshi
Copy link

Hi,
Did you solve this problem? PS: I tried using Ants to calculate the affine transformation parameters, but the results were inconsistent with spm_coreg.
image

@garikoitz
Copy link
Contributor

garikoitz commented Oct 10, 2023 via email

@hejieshi
Copy link

The result is like this.
image
The B0 image was not properly aligned to the T1 image (misaligned), and the cerebellum has been cut off.

Thanks!

@garikoitz
Copy link
Contributor

garikoitz commented Oct 10, 2023 via email

@hejieshi
Copy link

It appears that the issue is related to the resolution of my T1 image resolution(0.50.50.8) . My solution is to perform ACPC correction on the T1 image in advance and resample it to 111 resolution. Then, I use this resampled T1 image as the input for dtiInit. This way, the alignment output is correct.
image
you can see the difference with pic above

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

3 participants