]> Creatis software - clitk.git/blob - tools/clitkWriteDicomSeries.ggo
Precision on clitkBlurImage help
[clitk.git] / tools / clitkWriteDicomSeries.ggo
1 #File clitkWriteDicomSeries.ggo
2 package "clitkWriteDicomSeries"
3 version "1.0"
4 purpose ""
5
6 option "config"         -       "Config file"                     string        no
7 option "verbose"        v       "Verbose"                         flag          off
8
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
17 option "preserve"               p       "Preserve private tags and keep original UID (eg: Xio)" flag    off