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 "newSeriesUID" e "Write the series with a new series UID (ignored if given in key/tag option)" flag off
15 option "newStudyUID" u "Write the series with a new study UID (ignored if given in key/tag option; forces newSeriesUID = true)" flag off
16 option "useSizeAsReference" s "Use the size of the dicom image as reference for an occasional resampling" flag off