X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkDicomRTStruct2Image.ggo;h=33fb3b75c4931a70c1625c4aaa1e984f70381575;hb=d7f456d86ca398a89ccf9de43ab68a2b50b8ca1f;hp=06211bb334b38902ae4ed679e4b24a83663c9eee;hpb=21cad80313d6f22daabe815127b7c31b907982f7;p=clitk.git diff --git a/tools/clitkDicomRTStruct2Image.ggo b/tools/clitkDicomRTStruct2Image.ggo index 06211bb..33fb3b7 100644 --- a/tools/clitkDicomRTStruct2Image.ggo +++ b/tools/clitkDicomRTStruct2Image.ggo @@ -12,7 +12,7 @@ option "output" o "Output image filename" string yes defgroup "ROIoption" groupdesc="an option of this group is required" groupoption "roi" r "ROI to binarize (if -1 = all roi)" int no default="-1" group="ROIoption" groupoption "roiName" n "ROI name to binarize (be wary of spaces in ROI names; if blank, use given 'roi' value)" string no default="" group="ROIoption" -groupoption "roiNameSubstr" s "Substring of ROI name to binarize (reuturns the first match; if blank, use given 'roiName' value)" string no default="" group="ROIoption" +groupoption "roiNameSubstr" s "Substring of ROI name to binarize (reuturns all matches; if blank, use given 'roiName' value)" string no default="" group="ROIoption" option "crop" c "Crop binary mask" flag off