X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkXml2DicomRTStruct.ggo;h=0b053833b4653699fe5ab82fb5d600dd19397456;hb=a523f5be1e221995c0d4d29a0077b5e8b984c96d;hp=ab49cce6bd49560ef4b7727d614117d83296a75a;hpb=a8a4ad6db4f75c4e0ac66a9aca10ff47b424e919;p=clitk.git diff --git a/tools/clitkXml2DicomRTStruct.ggo b/tools/clitkXml2DicomRTStruct.ggo index ab49cce..0b05383 100644 --- a/tools/clitkXml2DicomRTStruct.ggo +++ b/tools/clitkXml2DicomRTStruct.ggo @@ -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