]> Creatis software - clitk.git/blob - tools/clitkImageCreate.ggo
Add clitkImage2Dicom tool
[clitk.git] / tools / clitkImageCreate.ggo
1 #File  clitkImageCreate.ggo
2 package "clitkImageCreate"
3 version "1.0"
4 purpose "Create a new singled value filled image (pixeltype is float, use clitkImageConvert to change)."
5
6 option "config"         - "Config file"           string no
7 option "output"         o "Output image filename" string yes
8
9 option "like"           l "Size/spacing like this other image" string no
10
11 option "size"           - "Number of pixels of each coordinate" int     no multiple
12 option "spacing"        - "Spacing in mm between pixels"        float   no multiple
13 option "origin"         - "Origin in mm"                        double  no multiple
14 option "transformMatrix" - "Rotation matrix" double no multiple
15
16 option "value"          - "Value for all voxels"  float  default="0.0"  no
17 option "verbose"        v "Verbose"               flag   off
18
19 #option "random"        r "Random fill"           flag   off
20 #option "max"           - "Max random fill"       double default="100.0" no
21 #option "min"           - "Min random fill"       double default="0.0"   no
22