X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkWriteDicomSeries.ggo;h=faa08cb44492dad8574303acf3f5d89bcc40a08f;hb=69e0d4a169d9b95536a0f45377bdb208814cf89b;hp=78852742e3f1c9fd60613f029f2c06c9c126d104;hpb=931a42358442f4ee4f314613c991c838d4b4e3b7;p=clitk.git diff --git a/tools/clitkWriteDicomSeries.ggo b/tools/clitkWriteDicomSeries.ggo index 7885274..faa08cb 100644 --- a/tools/clitkWriteDicomSeries.ggo +++ b/tools/clitkWriteDicomSeries.ggo @@ -1,5 +1,5 @@ #File clitkWriteDicomSeries.ggo -Package "clitkWriteDicomSeries" +package "clitkWriteDicomSeries" version "1.0" purpose "" @@ -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