Preprocessing
- The prealignment is both to correct for head motion during the session and to reduce the effects of gradient coil eddy currents.
- Head motion mostly causes rigid-body image motion, eddy currents appear as a (slightly more general) linear image transformation, to first order.
- Use FLIRT to apply full affine (linear) alignment of each image to the no-diffusion-weighting image, using the mutual information cost function.
- Diffusion tensor is calculated after data prealignment, then calculate FA
- Apply BET brain extraction to the B0 image to exclude non-brain voxels from further consideration.
- Keep the general tract structure intact, align the images sufficiently well that the second stage (projection of data onto a tract skeleton) functions correctly.
- Requires intermediate degrees of freedom (DoF).
- Low DoF won't guarantee alignment of major tracts
- High DoF will overwarp the original images that one may not have preserved the overall structure
- Use a nonlinear registration approach based on free-form deformations and B-Splines (a package called "Image Registration Toolkit").
- free-form deformation: deform an image by moving the control points of an underlying mesh.
- Running IRTK takes approximately 20 min on a modern desktop computer to align a single FA image to a different FA target.
- Need the subject to be the "most typical" of the entire group
- Register every subject to every other subject, summarise each warp field by its mean displacement, and choose the target subject as being the one with the minimum mean distance to all other subjects.
- An alternative approach (faster) would be to choose an initial target at random. But the search strategy is complex. Still is safer to take the full search strategy described above.