Hi Alex,
To calculate FODs you’d need more than the b=0 signal so I am assuming that you used the dMRI data to extract the b=0 image and to calculate the FODs. If your FOD image was generated from the image that contained the b=0 image, it would share the same space. Hence you’d need to apply the same warp to bring it to MNI space as was used to bring the b=0 image to that space.
Note that nonlinear transformations of raw dMRI data results in artefacted data, do not warp the dMRI data and calculate the FODs in the new space, rather calculate the FODs in dMRI native space and warp the FODs with appropriate reorientation (mrtransform -reorient_fod yes
).
You don’t need to recreate the warp as it contains the mapping from one space to another and is not tied to a particular image; it can be applied to either image.
The wiki entry Registration, transformation, regridding: concepts might help.
Cheers,
Max