-
Notifications
You must be signed in to change notification settings - Fork 0
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
Structural Diffusion Weighted Imaging: mrtrix3 - Mohamad #138
Comments
@mhmadAbs @spisakt What are we dealing with? At the umbrella level, DW images are a stack of 3D brain volumes (4D), that gives useful information on how different regions are of the brain (gray matter ROIs) are connected, i.e. each ROI is a 'node', and each connection is an 'edge' at the graph network level. And the idea is to input the 4D images, and obtain the graph network (i.e., a matrix with nodes and edges). If you have 20 brain regions, you get a 20 x 20 matrix, and so on. Task 1. Any image is a signal, that is assumed to be corrupted with noise (i.e., confounded by noise). So, here we implement some noise-correction methods (google search key words: eddy correction in DTI, mrtrix3 dwidenoise, mrtrix3 mrdegibbs, etc). Steps in the Task 1 (each subsequent step's input is a dependency)
Few tips
|
@mhmadAbs @spisakt Recap - In Task 1, we performed artifact correction on DWI images (e.g., sub-001.dwi.nii.gz). These correction steps included, 1. eddy correction, 2. denoise, 3. degibbs, and 4. creation of a brain mask from the artifact corrected image. Why do we need Task 2? Preprocessing steps:
Few links: |
Example dataset to run for the mrtrix3
The text was updated successfully, but these errors were encountered: