From ccd824211632f1a00462735f08bfec4bae64d04b Mon Sep 17 00:00:00 2001 From: tbaudier Date: Tue, 16 Oct 2018 10:42:15 +0200 Subject: [PATCH] Reindentation of the ggo file --- tools/clitkExtrude.ggo | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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 -- 2.45.0