]> Creatis software - clitk.git/blob - registration/clitkConvertPointList.ggo
fe4505067d41b518ee9cb2dda6c786b7c4256705
[clitk.git] / registration / clitkConvertPointList.ggo
1 #File clitkConvertPointList.ggo
2 package "clitkConvertPointList"
3 version "1.0"
4 purpose "Convert IX point pair lists (generated using the software described in Murphy2008,MICCAI) to a vv point pair lists"
5
6 option "config"         -       "Config file"                     string        no
7 option "verbose"        v       "Verbose"                         flag          off
8
9 section "I/O" 
10
11 option "lists"          l       "Input IX lists filenames"                        string        yes     multiple
12 option "refIm"          i       "Input reference image filename"                  string        yes
13 option "ref"            r       "Output reference list filename"                  string        yes
14 option "targets"        c       "Output target lists filenames"                   string        yes     multiple
15