X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkDicomRTStruct2Image.ggo;h=980f8a92bcba6322586a158c0f4a8da3d5d695cc;hb=71021d34bda3e0e61917cdc1780f7ed901714965;hp=33fb3b75c4931a70c1625c4aaa1e984f70381575;hpb=dd97e70fb269511ab78c194b956893a8f2504600;p=clitk.git diff --git a/tools/clitkDicomRTStruct2Image.ggo b/tools/clitkDicomRTStruct2Image.ggo index 33fb3b7..980f8a9 100644 --- a/tools/clitkDicomRTStruct2Image.ggo +++ b/tools/clitkDicomRTStruct2Image.ggo @@ -7,7 +7,7 @@ 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" @@ -16,6 +16,8 @@ groupoption "roiNameSubstr" s "Substring of ROI name to binarize (reuturns a option "crop" c "Crop binary mask" flag off +option "mha" - "Write the RTStruct as a mha image to avoid special character problems" flag off + #option "roi" r "ROI to print (ID)" int no #option "contour" c "contour to print (ID)" int no #option "offset" o "to display points as image offsets" flag off