From ea2fe5830b301c378bd53647038b95625f744375 Mon Sep 17 00:00:00 2001 From: tbaudier Date: Wed, 4 Jul 2018 14:39:12 +0200 Subject: [PATCH] cosmetic: remove tab --- tools/clitkImage2DicomRTStruct.ggo | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/tools/clitkImage2DicomRTStruct.ggo b/tools/clitkImage2DicomRTStruct.ggo index 7416d32..acf432d 100644 --- a/tools/clitkImage2DicomRTStruct.ggo +++ b/tools/clitkImage2DicomRTStruct.ggo @@ -2,15 +2,15 @@ package "clitk" version "Add a (binary) image inside a DICOM RT Structure Set (contours)" -option "config" - "Config file" string no -option "verbose" v "Verbose" flag off +option "config" - "Config file" string no +option "verbose" v "Verbose" flag off -option "input" i "Input image file (binary image) to be converted into contours" string multiple yes -option "rtstruct" r "Input rt struct" string yes -option "dicom" d "Input folder where the initial dicom ct is" string yes -option "output" o "Output DicomRT filename" string yes +option "input" i "Input image file (binary image) to be converted into contours" string multiple yes +option "rtstruct" r "Input rt struct" string yes +option "dicom" d "Input folder where the initial dicom ct is" string yes +option "output" o "Output DicomRT filename" string yes -option "threshold" t "Threshold for binary image" float no default = "0.5" -option "skip" s "Do not write in output the structures that was in input" flag off -option "roitype" - "Name of the type of roi added into the rt-struct" string no default = "ORGAN" +option "threshold" t "Threshold for binary image" float no default = "0.5" +option "skip" s "Do not write in output the structures that was in input" flag off +option "roitype" - "Name of the type of roi added into the rt-struct" string no default = "ORGAN" -- 2.47.1