1 #File clitkWriteDicomSeries.ggo
2 package "clitkWriteDicomSeries"
6 option "config" - "Config file" string no
7 option "verbose" v "Verbose" flag off
9 option "input" i "Input image filename" string yes
10 option "inputDir" d "Input dicom directory" string yes
11 option "outputDir" o "Output dicom directory" string yes
12 option "key" k "Keys of tags to modify" string no multiple default="0008|103e"
13 option "tag" t "Tags values" string no multiple default="MIDPOSITION"
14 option "midP" m "Modify tags using defaults, for MidPosition" flag off
15 option "useSizeAsReference" s "Use the size of the dicom image as reference for an occasional resampling" flag off