X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=segmentation%2FclitkMotionMask.ggo;h=f879a36ade6c53a71cfd5d8f123b208b67d8ff6c;hb=80ddaed8a2022748b22a8d2bb85371e4502408db;hp=9d059b7acd92fa2bcde887fe651af9b650a59d67;hpb=2f5b335da5621bdfc86cb594cc667d0929f4d8e3;p=clitk.git diff --git a/segmentation/clitkMotionMask.ggo b/segmentation/clitkMotionMask.ggo old mode 100755 new mode 100644 index 9d059b7..f879a36 --- a/segmentation/clitkMotionMask.ggo +++ b/segmentation/clitkMotionMask.ggo @@ -1,7 +1,7 @@ #File clitkMotionMask.ggo -Package "clitkMotionMask" +package "clitkMotionMask" version "1.0" -purpose "From an input CT image (HU), extract feature images (air, ribs and lungs) and calculate the motion mask using levelsets" +purpose "From an input CT image (HU), extract feature images (air, ribs and lungs) and calculate the motion mask using levelsets, Vandemeulebroucke2010, ICCR. More elaborate methods for extracting the feature images have been incude in clitkExtract*, with *=Lungs,Bones,Patient." option "config" - "Config file" string no option "verbose" v "Verbose" flag off @@ -35,6 +35,7 @@ option "ellips" - "Input ellipsoide image (=1, at half resolution)" stri option "offset" - "Offset for ellips center from body center of gravity (default= 0,-50,0 mm)" double no multiple option "axes" - "Half axes of the ellips (default= 100,30,150)" double no multiple option "writeEllips" - "Write the initial ellipsoide image" string no +option "writeDistMap" - "Write the distance map" string no section "Ellipsoide growing"