1 #File clitkMaskOfIntegratedIntensity.ggo
2 package "clitkMaskOfIntegratedIntensity"
4 purpose "Compute a mask that represent X% of the total pixels values"
6 option "config" - "Config file" string optional
7 option "verbose" v "Verbose" flag off
8 option "imagetypes" - "Display allowed image types" flag off
10 option "input" i "Input image filename" string required
11 option "output" o "Output image filename" string required
12 option "percentage" p "Percentage of total pixels values (in %)" double required