]> Creatis software - clitk.git/blobdiff - tools/clitkWriteDicomSeries.ggo
Be sure to have the correct origin in clitkImage2DicomDose output
[clitk.git] / tools / clitkWriteDicomSeries.ggo
index 80d4334a03fd0ce765f7eb13236fd1d22e50eb69..d5f1347cc6bb504a55c829ba337da6cc7aa5fff7 100644 (file)
@@ -12,5 +12,6 @@ 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 "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 "newStudyUID"           u       "Write the series with a new study UID (ignored if given in key/tag option; forces newSeriesUID = true)"        flag    off
 option "useSizeAsReference"            s       "Use the size of the dicom image as reference for an occasional resampling"     flag    off
+option "preserve"              p       "Preserve private tags and keep original UID (eg: Xio)" flag    off