DWIPreprocess ============= .. code-block:: none USAGE: DWIPreprocess [--returnparameterfile ] [--processinformationaddress ] [--xml] [--echo] [--debug] [--warn] [--bThreshold ] [--oEachShell] [--noNormalize] [--isVectorImage] [--mask ] [--odwi ] [--ob0Image ] [--ograd ] [--ob ] [--] [--version] [-h] Where: --returnparameterfile Filename in which to write simple return parameters (int, float, int-vector, etc.) as opposed to bulk return parameters (image, geometry, transform, measurement, table). --processinformationaddress Address of a structure to store process information (progress, abort, etc.). (value: 0) --xml Produce xml description of command line arguments (value: 0) --echo Echo the command line arguments (value: 0) --debug debug (value: 0) --warn If it is set, show waning information when reading zero values in DWI data (value: 0) --bThreshold If it is set, b values whose distance is smallter the threshold will be considered in the same shell. (value: 15) --oEachShell If set, output DWI in each shell (value: 0) --noNormalize If set, do not normalize DWI based on b0 image (value: 0) --isVectorImage If it is set, the DWI images are VectorImage (value: 0) --mask Mask file. --odwi Comma separated list of iterations must have the same number of elements as learning rate --ob0Image Output b0 Image file --ograd Output grad file --ob Output b file --, --ignore_rest Ignores the rest of the labeled arguments following this flag. --version Displays version information and exits. -h, --help Displays usage information and exits. (required) Text file that contains b values, gradient orientations, and DWI images (required) Text file that contains b values, gradient orientations, and DWI images Description: Read DWI images, gradients, b values, and output the formal normalized formalt in a configuration file. Examples: DWIPreprocess data.txt data_normalize.txt --oEachShell --bThreshold 15 --mask mask.nii.gz --odwi dwi_normalize.nii.gz --ograd grad_normalize.txt --ob0Image dwi_b0.nii.gz Author(s): Jian Cheng (jian.cheng.1983@gmail.com) Acknowledgements: Thank you everyone.