]> Creatis software - clitk.git/blobdiff - tools/clitkWriteDicomSeries.ggo
new options to auto-generate dcm series UIDs
[clitk.git] / tools / clitkWriteDicomSeries.ggo
index f6bccde1ad9563bda2d9a10d8a75896928d44dbb..80d4334a03fd0ce765f7eb13236fd1d22e50eb69 100644 (file)
@@ -11,4 +11,6 @@ option "inputDir"     d       "Input dicom directory"           string        yes
 option "outputDir"     o       "Output dicom directory"          string        yes 
 option "key"           k       "Keys of tags to modify"          string        no multiple default="0008|103e"
 option "tag"           t       "Tags values"                    string         no multiple default="MIDPOSITION"
-option "useSizeAsReference"            s       "Use the size of the dicom image as reference for an occasional resampling"     flag    off
\ No newline at end of file
+option "newSeriesUID"          e       "Write the series with a new series UID (ignored if given in key/tag option)"   flag    off
+option "newStudyUID"           u       "Write the series with a new study UID (ignored if given in key/tag option)"    flag    off
+option "useSizeAsReference"            s       "Use the size of the dicom image as reference for an occasional resampling"     flag    off