From: tbaudier Date: Wed, 13 Feb 2019 09:28:39 +0000 (+0100) Subject: Update ggo for clitkMergeSequence X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=clitk.git;a=commitdiff_plain;h=71511076230b1d0a60a638c2c1b6577a34116e02 Update ggo for clitkMergeSequence Add version Update purpose to give more information about the spacing option --- 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 -