Update README.md
Browse files
README.md
CHANGED
@@ -22,12 +22,12 @@ Program has been tested using Python 3.7 on Windows, macOS, and Ubuntu Linux 18.
|
|
22 |
livermask --input path-to-input --output path-to-output
|
23 |
```
|
24 |
|
25 |
-
|
|
26 |
| ------------------- | ------------- |
|
27 |
-
| `--input`
|
28 |
-
| `--output`
|
29 |
-
| `--cpu`
|
30 |
-
| `--verbose`
|
31 |
|
32 |
## DICOM/NIfTI format
|
33 |
Pipeline assumes input is in the NIfTI format, and output a binary volume in the same format (.nii).
|
|
|
22 |
livermask --input path-to-input --output path-to-output
|
23 |
```
|
24 |
|
25 |
+
| command | description |
|
26 |
| ------------------- | ------------- |
|
27 |
+
| `--input` | the full path to the input data. Could be nifti file or directory (if directory is provided as input) |
|
28 |
+
| `--output` | the full path to the output data. Could be either output name or directory (if directory is provided as input) |
|
29 |
+
| `--cpu` | to disable the GPU (force computations on GPU only) |
|
30 |
+
| `--verbose` | to enable verbose |
|
31 |
|
32 |
## DICOM/NIfTI format
|
33 |
Pipeline assumes input is in the NIfTI format, and output a binary volume in the same format (.nii).
|