]> Creatis software - clitk.git/blob - tools/clitkXml2DicomRTStruct.ggo
ab49cce6bd49560ef4b7727d614117d83296a75a
[clitk.git] / tools / clitkXml2DicomRTStruct.ggo
1 # file clitkXml2DicomRTStruct.ggo
2 package "clitk"
3 version "1.0"
4 description "Convert a Structure from XML to DICOM RT Structure Set (contours)
5 The structure of the xml has to be like this:
6 "
7
8 option "config"    - "Config file"                                                    string  no
9 option "verbose"   v "Verbose"                                                        flag off
10
11 option "input"     i "Input xml file with struct to be converted into DicomRTStruct"  string  yes
12 option "rtstruct"  r "Input rt struct"                                                string  yes
13 option "dicom"     d "Input folder where the initial dicom ct is"                     string  yes
14 option "output"    o "Output DicomRT filename"                                        string  yes