QMRITools`
QMRITools`

RegisterDiffusionData

RegisterDiffusionData[{dtidata,vox}]

registers a diffusion dataset. dtidata should be 4D {slice, diff, x, y}. vox is the voxelsize of the data.

RegisterDiffusionData[{dtidata,dtimask,vox}]

registers the data series using the given voxel size only using data within the mask.

RegisterDiffusionData[{dtidata ,vox},{anatdata,voxa}]

registers a diffusion dataset. The diffusion data is also registered to the anatdata.

RegisterDiffusionData[{dtidata,dtimask,vox},{anatdata,voxa}]

registers the data series using the given voxel size only using data within the mask.

RegisterDiffusionData[{dtidata,vox},{anatdata,anatmask,voxa}]

registers the data series using the given voxel size only using data within the mask.

RegisterDiffusionData[{dtidata,dtimask,vox},{anatdata,anatmask,voxa}]

registers the data series using the given voxel size only using data within the mask. Output is the registered dtidata and, if anatdata is given, the registered dtidata in anatomical space. If OutputTransformation is True it also outputs the translation, rotation scale and skew of all images or volumes.

Details

Examples