]> Creatis software - clitk.git/commitdiff
cosmetic
authortbaudier <thomas.baudier@creatis.insa-lyon.fr>
Thu, 26 Jul 2018 12:46:52 +0000 (14:46 +0200)
committertbaudier <thomas.baudier@creatis.insa-lyon.fr>
Thu, 26 Jul 2018 12:46:52 +0000 (14:46 +0200)
Remove tabs

tools/clitkSplitImage.ggo

index e9b4b3f9823ab722db49fe3ec207cf121e371018..5d427eb753d26688bceb523a35fe83135ea256ab 100644 (file)
@@ -4,12 +4,12 @@ version "1.0"
 purpose "Split an image into n images along a dimension"
 
 
-option "config"    -   "Config file"             string   no
-option "input"    i    "Input image filename"    string   yes
-option "output"    o   "Output image base filename"      string   yes
-option "verbose"   v   "Verbose"                 flag     off
+option "config"     -  "Config file"                string  no
+option "input"      i  "Input image filename"       string  yes
+option "output"     o  "Output image base filename" string  yes
+option "verbose"    v  "Verbose"                    flag    off
 
-option "dimension"     d       "Dimension to split on"  int yes
-option "png"       p   "Png file format"                 flag     off
-option "window"    w  "Window" double no
-option "level"     l  "Level"  double no
+option "dimension"  d  "Dimension to split on"      int     yes
+option "png"        p  "Png file format"            flag    off
+option "window"     w  "Window"                     double  no
+option "level"      l  "Level"                      double  no