Bootstrap¶
-
MLModule
¶ genre DTIImageProcessing
author Jan Klein
package FMEwork/Release
dll MLDTI
definition MLDTI.def see also AverageSiemensDTI
keywords DTI
,Diffusion
,Tensor
,bootstrap
,bootstrapping
Purpose¶
The module Bootstrap
allows for computing a new artificial DTI data set from a couple of DTI acquisitions (repetitions) -> bootstrap method. It may only be used with Siemens DTI data where gradients are stored in DICOM tags.
For computing an averaged data set or trace image from multiple repetitions, please use the related module “AverageSiemensDTI”.
Usage¶
Connect DTI data to input, select parameters.
- Drawings: how many images should be randomly drawn and then be averaged.
- Output B_0: number preceding B0 images.
- Press button
Increase
to start a new random selection and a calculation of the output.
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¶
calculateTrace : Bool |
careUnusalDataSorting : Bool |
Drawings : Integer |
Increase : Trigger |
optimalImage : Bool |
Output B_0 : Integer |
Seed value : Integer |
Visible Fields¶
Drawings¶
-
name:
sampleSize
, type:
Integer
, default:
3
, minimum:
1
¶ Sets the number of random drawings for averaging.
Output B_0¶
-
name:
numberOfB
, type:
Integer
, default:
1
¶ Sets the number of preceding B_0 images of the output data set.