AverageSiemensDTI¶
Purpose¶
The module AverageSiemensDTI
has two options:
- It allows for an automatic averaging of several DTI acquisitions (repetitions). All images with a corresponding gradient are averaged. Furthermore, B0 images are averaged. As a consequence, the final output data will consist out of one B0 image, followed by all gradient images which are stored in the t-dimension.
- It allows for computing the trace image, i.e., all diffusion weighted images are averaged to one trace image. In addition, all B0 images are averaged within one single B0 image. As a consequence, the final output data will consist out of one B0 image, followed by one trace image which is stored in the t-dimension.
The module may only be used with Siemens DTI data where gradients are stored in DICOM tags.
Usage¶
Connect input data an select desired option.
Details¶
Note that you have to use the DecodeVendorSpecificDicomTags
module before the Bootstrap
module!
Otherwise it will not work. Use DicomTagViewer
, enable private tags, and have a look at tag 0021,10xx
if the gradient information are stored. B0 images are indicated by \B
, gradients by corresponding numbers. Alternatively you may use the DTIInfo
module.
Input Fields¶
Output Fields¶
Parameter Fields¶
Field Index¶
careUnusalDataSorting : Bool |
newSeed : Trigger |
numberOfB : Integer |
Output average of multiple acquisitions : Bool |
Output trace image : Bool |
sampleSize : Integer |
seedValue : Integer |