X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkDicomRTStruct2Image.ggo;h=8a09da1c5b4baa33a2e915d3eb303ae5a48c4e3c;hb=ae2fd017cec9dc939c314e49718abcdad161968c;hp=06211bb334b38902ae4ed679e4b24a83663c9eee;hpb=21cad80313d6f22daabe815127b7c31b907982f7;p=clitk.git diff --git a/tools/clitkDicomRTStruct2Image.ggo b/tools/clitkDicomRTStruct2Image.ggo index 06211bb..8a09da1 100644 --- a/tools/clitkDicomRTStruct2Image.ggo +++ b/tools/clitkDicomRTStruct2Image.ggo @@ -7,12 +7,12 @@ 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 "output" o "Output image filename" string yes +option "output" o "Output image base filename (roi number and extension will be append)" 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