]> Creatis software - clitk.git/blobdiff - tools/clitkXml2DicomRTStruct.ggo
Add pixel coordinate instead of mm coordinates into Xml2DicomRTStruct
[clitk.git] / tools / clitkXml2DicomRTStruct.ggo
index ab49cce6bd49560ef4b7727d614117d83296a75a..0b053833b4653699fe5ab82fb5d600dd19397456 100644 (file)
@@ -10,5 +10,7 @@ option "verbose"   v "Verbose"
 
 option "input"     i "Input xml file with struct to be converted into DicomRTStruct"  string  yes
 option "rtstruct"  r "Input rt struct"                                                string  yes
-option "dicom"     d "Input folder where the initial dicom ct is"                     string  yes
+option "dicom"     d "Input folder where the initial dicom used for the input is"     string  yes
 option "output"    o "Output DicomRT filename"                                        string  yes
+option "pixel"     p "Use pixel coordinates instead of mm coordinates (Usefull with transformation matrix)"  flag    off
+option "image"     j "If pixel is set, path to the mhd image converted from dicom"    string  no