DWI Pre Processing¶
Command-line Usage¶
This page provides documentation for pre-processing command line tools.
pd-dwi-preprocessing¶
Usage:
pd-dwi-preprocessing [OPTIONS] COMMAND [ARGS]...
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--version |
boolean | Show the version and exit. | False |
--help |
boolean | Show this message and exit. | False |
pd-dwi-preprocessing adc¶
Calculates an ADC from input DWI data
Usage:
pd-dwi-preprocessing adc [OPTIONS]
Options:
| Name | Type | Description | Default |
|---|---|---|---|
-i, --input |
directory | Location of folder containing DWI dicom files. | _required |
-b, --b-value |
integer range (0 and above) |
List of b-values to calculate ADC from. | _required |
-o, --output |
directory | Location to save ADC at. If not provided, ADC will be saved in input folder. | None |
--help |
boolean | Show this message and exit. | False |