]> Creatis software - clitk.git/blob - tools/clitkChangeImageInfo.ggo
Add 2 options to clitkImage2Dicom
[clitk.git] / tools / clitkChangeImageInfo.ggo
1 #File clitkChangeImageInfo.ggo
2 package "clitkChangeImageInfo"
3 version "1.0"
4 purpose "Change the information (spacing, origin, direction...) of an image"
5
6 option "config"      - "Config file"                 string          no
7 option "verbose"     v "Verbose"                     flag   off
8 option "imagetypes"  - "Display allowed image types" flag   off
9
10 option "input"       i "Input image filename"        string          yes
11 option "output"      o "Output image filename"       string          yes
12 option "spacing"     s "Spacing"                     double multiple no
13 option "origin"      - "Origin"                      double multiple no
14 option "direction"   d "Direction"                   double multiple no