]> Creatis software - clitk.git/blobdiff - tools/clitkDicom2Image.ggo
clitkDicomToImage added to clitk3
[clitk.git] / tools / clitkDicom2Image.ggo
diff --git a/tools/clitkDicom2Image.ggo b/tools/clitkDicom2Image.ggo
new file mode 100644 (file)
index 0000000..fb51135
--- /dev/null
@@ -0,0 +1,12 @@
+# file clitkDicom2Image.ggo
+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