X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkExtractSlice.ggo;fp=tools%2FclitkExtractSlice.ggo;h=9f247360f3e0a2396958bf752468dd3b678683ee;hb=a26cd8a19e1b9ad8344ab501436045f171a73713;hp=0000000000000000000000000000000000000000;hpb=f1016340d797dbe6e0672e6e06a583baaafc738b;p=clitk.git diff --git a/tools/clitkExtractSlice.ggo b/tools/clitkExtractSlice.ggo new file mode 100755 index 0000000..9f24736 --- /dev/null +++ b/tools/clitkExtractSlice.ggo @@ -0,0 +1,13 @@ +#File clitkExtractSlice.ggo +Package "clitkExtractSlice" +version "1.0" +purpose "Extract a slice: will collapse the dimension given by axe, retaining only the index given by slice." + +option "config" - "Config file" string no +option "verbose" v "Verbose" flag off + +option "input" i "Input image filename" string yes +option "output" o "Output image filename" string yes +option "axe" a "Axe (0,1, ...)" int no default="0" +option "slice" s "Slice index (0,1,....)" int no default="0" +