]> Creatis software - clitk.git/commitdiff
Update ggo for clitkMergeSequence
authortbaudier <thomas.baudier@creatis.insa-lyon.fr>
Wed, 13 Feb 2019 09:28:39 +0000 (10:28 +0100)
committertbaudier <thomas.baudier@creatis.insa-lyon.fr>
Wed, 13 Feb 2019 09:28:39 +0000 (10:28 +0100)
Add version
Update purpose to give more information about the spacing option

tools/clitkMergeSequence.ggo

index d23d6e76689a599de84509c5fa6cc24b9198dc40..7d4b527881b2d8b7bb8a2c86ba229120fbd8ceb1 100644 (file)
@@ -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
-