1 #File clitkImageCreate.ggo
2 package "clitkImageCreate"
4 purpose "Create a new singled value filled image (pixeltype is float, use clitkImageConvert to change)."
6 option "config" - "Config file" string no
7 option "output" o "Output image filename" string yes
9 option "like" l "Size/spacing like this other image" string no
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
15 option "value" - "Value for all voxels" float default="0.0" no
16 option "verbose" v "Verbose" flag off
18 #option "random" r "Random fill" flag off
19 #option "max" - "Max random fill" double default="100.0" no
20 #option "min" - "Min random fill" double default="0.0" no