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.
Windows¶
Default Panel¶
Input Fields¶
input0¶
- name: input0, type: Image¶
Siemens DTI data with gradients stored at DICOM tags. At least two repetitions of the measurement have to be stored in the data if you want to use the option which averages your repetitions.
Output Fields¶
output0¶
- name: output0, type: Image¶
Output image data corresponding to the selected option (average repetitions or trace).
Parameter Fields¶
Field Index¶
|
|
|
|
|
|
Visible Fields¶
Output average of multiple acquisitions¶
- name: optimalImage, type: Bool, default: TRUE¶
If enabled, all repetitions are averaged.
Output trace image¶
- name: calculateTrace, type: Bool, default: FALSE¶
If enabled, all gradient images are averaged into one trace image.