]> Creatis software - clitk.git/blob - tools/clitkMergeSequence.ggo
Merge branch 'master' into GammaIndex3D
[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 "clitk"
6 version "Read a series a nD images (unnamed inputs) and merge them to a (n+1)D image"
7
8 option "config"                 -       "Config file"                                                   string          no
9 option "spacing"                s       "Spacing for the new dimension"                                 double          no      default="1"
10 option "output"                 o       "Output VF filename"                                            string          yes
11 option "verbose"                v       "Verbose"                                                       flag            off
12