Javier Pérez de Frutos commited on
Commit
3cf2df0
1 Parent(s): fbf8c18

Update README

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -53,6 +53,7 @@ livermask --input path-to-input --output path-to-output
53
  | `--cpu` | to disable the GPU (force computations on CPU only) |
54
  | `--verbose` | to enable verbose |
55
  | `--vessels` | to segment vessels |
 
56
 
57
  ### Using code directly:
58
  If you wish to use the code directly (not as a CLI and without installing), you can run this command:
 
53
  | `--cpu` | to disable the GPU (force computations on CPU only) |
54
  | `--verbose` | to enable verbose |
55
  | `--vessels` | to segment vessels |
56
+ | `--extension` | of the output file (default: .nii) |
57
 
58
  ### Using code directly:
59
  If you wish to use the code directly (not as a CLI and without installing), you can run this command: