X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkDicom2Image.ggo;h=7cf454f87ac8c0c6458ba3a2a182ffe047f71c2a;hb=fce6ea8b8d138b30dc2a535cffc725c8cb26130d;hp=a2d3a89beb6cb8b89f1d80ee392752606683c8a2;hpb=c7562023bd8553e47b394a77ce1d9c17b6feeadc;p=clitk.git diff --git a/tools/clitkDicom2Image.ggo b/tools/clitkDicom2Image.ggo index a2d3a89..7cf454f 100644 --- a/tools/clitkDicom2Image.ggo +++ b/tools/clitkDicom2Image.ggo @@ -2,12 +2,11 @@ package "clitk" version "Try to convert a DICOM into an image (.hdr, .vox...)" -option "config" - "Config file" string no -option "verbose" v "Verbose" flag off -option "verboseSliceLocation" - "Verbose slices locations" flag off -option "name" n "Display filename" flag off -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 "config" - "Config file" string no +option "verbose" v "Verbose" flag off +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