]> Creatis software - clitk.git/blob - tools/clitkMergeSequence.ggo
Update ggo for clitkMergeSequence
[clitk.git] / tools / clitkMergeSequence.ggo
1 #File clitkMergeSequence.ggo
2 #Author: Jef Vandemeulebroucke <jefvdmb@gmail.com>
3 #Date : Tue 15 June 16.35 
4
5 package "clitkMergeSequence"
6 version "1.0"
7 purpose "Read a series of nD images (unnamed inputs) and merge them to a (n+1)D image.
8 The spacing of the (n+1)th dimension is given by the option spacing."
9
10 option "config"   - "Config file"                   string  no
11 option "spacing"  s "Spacing for the new dimension" double  no  default="1"
12 option "output"   o "Output filename"               string  yes
13 option "verbose"  v "Verbose"                       flag    off