]> Creatis software - clitk.git/blobdiff - tools/clitkMergeSequence.ggo
Update ggo for clitkMergeSequence
[clitk.git] / 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
-