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

Efficient ROI analysis #50

Open
tashrifbillah opened this issue Aug 20, 2021 · 1 comment
Open

Efficient ROI analysis #50

tashrifbillah opened this issue Aug 20, 2021 · 1 comment

Comments

@tashrifbillah
Copy link
Contributor

tashrifbillah commented Aug 20, 2021

Consider a problem where TBSS has been run without ROI analysis. Now the user wants to know tract statistics over a random ROI defining image e.g. ENIGMA, FMRIB, JHU label map.

In the current design, we require the user to provide a space-defining image of the skeleton. The template used in the above TBSS is registered to the space of the skeleton. Finally, antsApplyTransforms performs two transforms to warp the FAs from:

subject-->template-->labelmap sapce

Since antsApplyTransforms accepts multiple -t flag, interpolation is done only once which is a good thing. Regardless, instead of doing the two transformations, a more efficient approach can be to warp the label map to template space. Thus, we get away with only one warping of all FAs:

subject-->template

And perform just one additional warping of the label map.

@tashrifbillah
Copy link
Contributor Author

A similar quality analysis is done at https://github.com/pnlbwh/pnlNipype/blob/master/scripts/DWIqc/dwi_quality.py

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

No branches or pull requests

1 participant