X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkDicom2Image.ggo;h=fd678f96b4c53aabdf296c6ba615b86fb0aa3d46;hb=5578995d9a82792833333eeb3dd5c8ecac967293;hp=daf0a5bb2e0353fcbe4fa4a9b1184f62b5ffb5c3;hpb=60850f3574637676931f327adee41d29f94bc067;p=clitk.git diff --git a/tools/clitkDicom2Image.ggo b/tools/clitkDicom2Image.ggo index daf0a5b..fd678f9 100644 --- a/tools/clitkDicom2Image.ggo +++ b/tools/clitkDicom2Image.ggo @@ -1,11 +1,11 @@ # 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 -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 "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 "patientSystem" p "Open the image with patient coordinate system" flag off