I am interested in 2 files the AP_PA.mif and the AP_PA_out.mif. I converted both to .nii
The AP.mif and PA.mif files each has 160 volumes. The AP_PA.nii has 320 volumes as expected, but the AP_PA_out.nii has 160. Is this supposed to be the case? If yes, why?
When I try to run this file “AP_PA_out.nii” in FSL DTIFIT, I get a mismatch between the generated bvec/bval output of the above script and AP_PA_out.nii. The bvec/bval contain the 320 volume info is the reason, but my question is why is AP_PA_out.nii only 160 volumes? also how would I get the bvec/bval for that to use AP_PA_out.nii in FSL DTIFIT?
All DWI directions & b-values are acquired twice, with the phase encoding direction of the second acquisition protocol being reversed with respect to the first:
Here the two acquisition protocols are concatenated into a single DWI series containing all acquired volumes. The direction indicated via the -pe_dir option should be the direction of phase encoding used in acquisition of the FIRST HALF of volumes in the input DWI series; ie. the first of the two files that was provided to the mrcat command. In this usage scenario, the output DWI series will contain the same number of image volumes as ONE of the acquired DWI series (ie. half of the number in the concatenated series); this is because the script will identify pairs of volumes that possess the same diffusion sensitisation but reversed phase encoding, and perform explicit recombination of those volume pairs in such a way that image contrast in regions of inhomogeneity is determined from the stretched rather than the compressed image.
Ok, that probably shouldn’t happen… I’m guessing that’s likely to finally tip @rsmith over the edge.
I’m not sure, but I would guess it would be enough to truncate the files produced at 160 volumes. But that would need to be confirmed…
This should be the same issue that was raised on the forum here, appears in the 3.0.1changelog and was fixed in #2067. Updating the software based on macro versions (i.e. 3.0.x) only brings in bug fixes, and will not change the outcomes of experiments over and above fixing those bugs, so it should be entirely safe for you to update.