X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=tools%2FclitkXml2DicomRTStruct.ggo;h=0b053833b4653699fe5ab82fb5d600dd19397456;hb=342abd5c807dab47a30d8369aca8f7e5c9242b2b;hp=ab49cce6bd49560ef4b7727d614117d83296a75a;hpb=42bc8afb696353b107d2c99d249d5d6f3af1b9c8;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