X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkDicomRTStruct2BinaryImage.ggo;h=d403f069524b7b112ceb67d19bb7b3eaad718f0a;hb=3706c8037518ec336c8182fc2db1d08f1700bf1d;hp=74e5a7eb6b7263449468e1d995f406230fbf90fb;hpb=b7ecfab842d12fb1623660e74b859c609293beb3;p=clitk.git diff --git a/tools/clitkDicomRTStruct2BinaryImage.ggo b/tools/clitkDicomRTStruct2BinaryImage.ggo index 74e5a7e..d403f06 100644 --- a/tools/clitkDicomRTStruct2BinaryImage.ggo +++ b/tools/clitkDicomRTStruct2BinaryImage.ggo @@ -1,9 +1,10 @@ # file clitkDicomRTStruct2BinaryImage.ggo -Package "clitk" +package "clitk" version "Convert DICOM RT Structure Set (contours) to binary image" option "config" - "Config file" string no option "verbose" v "Verbose" flag off +option "verboseFile" - "Verbose file content" flag off option "input" i "Input Dicom file" string yes option "image" j "Used to read image info (spacing, origin)" string yes option "roi" r "ROI to binarize (if -1 = all roi)" int no default="-1"