]> Creatis software - clitk.git/blobdiff - tools/clitkImage2DicomRTStruct.ggo
Merge branch 'drop_files' of https://github.com/m-pilia/vv into m-pilia-drop_files
[clitk.git] / tools / clitkImage2DicomRTStruct.ggo
index 928d11b5ed4ca205abf494253d62f7a3d6981b45..acf432dfe61f01803324265667adaee283de8f20 100644 (file)
@@ -2,15 +2,15 @@
 package "clitk"
 version "Add a (binary) image inside a DICOM RT Structure Set (contours)"
 
-option "config"                 - "Config file"                     string     no
-option "verbose"         v "Verbose"                        flag       off
+option "config"    - "Config file"                                                    string  no
+option "verbose"   v "Verbose"                                                        flag off
 
-option "input"          i "Input image file (binary image) to be converted into contours"  string      yes
-option "rtstruct"       r "Input rt struct"                  string    yes
-option "dicom"          d "Input folder where the initial dicom ct is"                 string  yes
-option "output"                 o "Output DicomRT filename"          string    yes
+option "input"     i "Input image file (binary image) to be converted into contours"  string multiple yes
+option "rtstruct"  r "Input rt struct"                                                string  yes
+option "dicom"     d "Input folder where the initial dicom ct is"                     string  yes
+option "output"    o "Output DicomRT filename"                                        string  yes
 
-option "threshold"       t "Threshold for binary image"                         float   no default = "0.5"
-option "roiname"        - "Name of the roi added into the rt-struct"           string  yes
-option "roitype"        - "Name of the type of roi added into the rt-struct"   string  no default = "ORGAN"
+option "threshold" t "Threshold for binary image"                                     float no default = "0.5"
+option "skip"      s "Do not write in output the structures that was in input"        flag off
+option "roitype"   - "Name of the type of roi added into the rt-struct"               string  no default = "ORGAN"