]> Creatis software - clitk.git/blob - tools/clitkChangeDicomTag.ggo
Add output dicom filename to clitkImage2Dicom
[clitk.git] / tools / clitkChangeDicomTag.ggo
1 #File clitkChangeDicomTag.ggo
2 package "clitkChangeDicomTag"
3 version "1.0"
4 description "Change Dicom tag -k value to -t"
5
6 option "config"   - "Config file"             string  no
7 option "verbose"  v "Verbose"                 flag    off
8
9 option "input"    i "Input dicom file"        string  yes
10 option "output"   o "Output dicom file"       string  yes
11 option "key"      k "Keys of tags to modify"  string  no  multiple default="0008|103e"
12 option "tag"      t "Tags values"             string  no  multiple default="MIDPOSITION"