]> Creatis software - clitk.git/blobdiff - tools/clitkWriteDicomSeries.ggo
With the resample tool, ensure to have the same transformation after the resampling...
[clitk.git] / tools / clitkWriteDicomSeries.ggo
index edf4de4d37763e0d2274d473299354d761249ece..faa08cb44492dad8574303acf3f5d89bcc40a08f 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 "midP"          m       "Modify tags using defaults, for  MidPosition"  flag    off
+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; forces newSeriesUID = true)"        flag    off
+option "useSizeAsReference"            s       "Use the size of the dicom image as reference for an occasional resampling"     flag    off