]> Creatis software - clitk.git/blob - tools/clitkXml2DicomRTStruct.ggo
Add pixel coordinate instead of mm coordinates into Xml2DicomRTStruct
[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 used for the input is"     string  yes
14 option "output"    o "Output DicomRT filename"                                        string  yes
15 option "pixel"     p "Use pixel coordinates instead of mm coordinates (Usefull with transformation matrix)"  flag    off
16 option "image"     j "If pixel is set, path to the mhd image converted from dicom"    string  no