X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkDicom2Image.ggo;h=8563d469641c517ced46ed01dc58cb6b0ff35c93;hb=bffde3a7ae834139793d8c00f73986879146b0e0;hp=7cf454f87ac8c0c6458ba3a2a182ffe047f71c2a;hpb=c91252d780814d0d771464cdbce0f0a2cf94e891;p=clitk.git diff --git a/tools/clitkDicom2Image.ggo b/tools/clitkDicom2Image.ggo index 7cf454f..8563d46 100644 --- a/tools/clitkDicom2Image.ggo +++ b/tools/clitkDicom2Image.ggo @@ -1,6 +1,6 @@ # file clitkDicom2Image.ggo package "clitk" -version "Try to convert a DICOM into an image (.hdr, .vox...)" +version "Try to convert a DICOM into an image (.hdr, .vox...) identifying all available series" option "config" - "Config file" string no option "verbose" v "Verbose" flag off @@ -8,5 +8,6 @@ option "tolerance" t "Tolerance for slice position" double default="0" no option "output" o "Output image filename" string yes option "std_input" - "Take the like of input file from stdin, to support huge lists of filenames" flag off option "focal_origin" - "Output files with FOCAL-like origin, instead of the origin present in the dicom files" flag off -option "extract_series" s "Identify different series in the file list and create the MHDs accordinly" flag off option "patientSystem" p "Open the image with patient coordinate system" flag off +option "instanceNumber" n "Sort the images regarding instance number in dicom tag" flag off +option "reverse" r "Reverse the slice order" flag off