X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=registration%2FclitkCalculateTRE.ggo;h=7acbe02a2d6a57268ba7fb7af3da4c59c15c7f03;hb=5a7da4aedae5c204bc55c187717193e5950f9a44;hp=3a79d161cb665aa974ea084d847036b482d09b53;hpb=657652a78c2e2717a6f77e027049173442ca29f0;p=clitk.git diff --git a/registration/clitkCalculateTRE.ggo b/registration/clitkCalculateTRE.ggo old mode 100755 new mode 100644 index 3a79d16..7acbe02 --- a/registration/clitkCalculateTRE.ggo +++ b/registration/clitkCalculateTRE.ggo @@ -1,5 +1,5 @@ #File clitkCalculateTRE.ggo -Package "clitkCalculateTRE" +package "clitkCalculateTRE" version "1.0" purpose "Calculate TRE: give a reference point list and 1 or more target point lists. In case of the latter, the number of DVF (or the size of the 4th D) given should match the number of lists. Use --shipFirst to skip the first phase of a 4D DVF. General summarizes for all points (mean, SD, max) in magnitude and par component. Tre and warp gives all values for all points. " @@ -11,7 +11,8 @@ section "Input" option "ref" - "List of points in reference" string yes option "input" i "Lists of points in targets" string multiple yes -option "vf" - "Input deformation fields" string multiple yes +option "vf" - "Input deformation fields" string multiple no +option "coeff" - "Input coefficient images" string multiple no option "skip" - "Skip a phase of a 4D DVF" int no section "Interpolation"