From 71511076230b1d0a60a638c2c1b6577a34116e02 Mon Sep 17 00:00:00 2001 From: tbaudier Date: Wed, 13 Feb 2019 10:28:39 +0100 Subject: [PATCH] Update ggo for clitkMergeSequence Add version Update purpose to give more information about the spacing option --- tools/clitkMergeSequence.ggo | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tools/clitkMergeSequence.ggo b/tools/clitkMergeSequence.ggo index d23d6e7..7d4b527 100644 --- a/tools/clitkMergeSequence.ggo +++ b/tools/clitkMergeSequence.ggo @@ -3,10 +3,11 @@ #Date : Tue 15 June 16.35 package "clitkMergeSequence" -version "Read a series of nD images (unnamed inputs) and merge them to a (n+1)D image" +version "1.0" +purpose "Read a series of nD images (unnamed inputs) and merge them to a (n+1)D image. +The spacing of the (n+1)th dimension is given by the option spacing." option "config" - "Config file" string no option "spacing" s "Spacing for the new dimension" double no default="1" option "output" o "Output filename" string yes option "verbose" v "Verbose" flag off - -- 2.45.0