andreped commited on
Commit
dc03340
1 Parent(s): fc8e6bf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -2
README.md CHANGED
@@ -17,10 +17,15 @@ Program has been tested using Python 3.7 on Windows, macOS, and Ubuntu Linux 18.
17
  ## Usage:
18
 
19
  ```
20
- livermask --input path-to-nifti.nii --output path-to-output-file.nii
21
  ```
22
 
23
- In addition, there is the optional `--cpu` action to disable the GPU (force computations on CPU only) if necessary.
 
 
 
 
 
24
 
25
  ## DICOM/NIfTI format
26
  Pipeline assumes input is in the NIfTI format, and output a binary volume in the same format (.nii).
 
17
  ## Usage:
18
 
19
  ```
20
+ livermask --input path-to-input --output path-to-output
21
  ```
22
 
23
+ | command | description |
24
+ | ------------- | ------------- |
25
+ | `--input` | the full path to the input data. Could be nifti file or directory (if directory is provided as input) |
26
+ | `--output` | the full path to the output data. Could be either output name or directory (if directory is provided as input) |
27
+ | `--cpu` | to disable the GPU (force computations on GPU only) |
28
+ | `--verbose` | to enable verbose |
29
 
30
  ## DICOM/NIfTI format
31
  Pipeline assumes input is in the NIfTI format, and output a binary volume in the same format (.nii).