From: tbaudier Date: Tue, 16 Oct 2018 08:42:15 +0000 (+0200) Subject: Reindentation of the ggo file X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=clitk.git;a=commitdiff_plain;h=ccd824211632f1a00462735f08bfec4bae64d04b Reindentation of the ggo file --- diff --git a/tools/clitkExtrude.ggo b/tools/clitkExtrude.ggo index f7a2263..8dae45d 100644 --- a/tools/clitkExtrude.ggo +++ b/tools/clitkExtrude.ggo @@ -3,12 +3,12 @@ package "clitkExtrude" version "1.0" purpose "Extrude an image i along the last+1 dimension repeating the image N times. So the output has 1 dimension more than the input." -option "config" - "Config file" string optional -option "verbose" v "Verbose" flag off +option "config" - "Config file" string optional +option "verbose" v "Verbose" flag off -option "input" i "Input image filename" string required -option "output" o "Output image filename" string required -option "size" N "Size in pixel of extrusion" int no default="1" -option "spacing" s "Spacing of the new dimension" double no default="1.0" -option "origin" - "Origin of the new dimension" double no default="0.0" +option "input" i "Input image filename" string required +option "output" o "Output image filename" string required +option "size" N "Size in pixel of extrusion" int no default="1" +option "spacing" s "Spacing of the new dimension" double no default="1.0" +option "origin" - "Origin of the new dimension" double no default="0.0" option "like" l "Size, spacing and origin like this image" string no