
    AimsThreshold
    -------------

Threshold on data

Options :

-i | --input <file name (read only): { Volume of DOUBLE, Volume of FLOAT,
    Volume of S16, Volume of S32, Volume of S8, Volume of U16, Volume of U32,
    Volume of U8 }>  input file

-o | --output <string>
    output file

[ -m | --mode <string> ]
    mode that can be:
    lt   --> lower than
    le   --> lower or equal to
    gt   --> greater than
    ge   --> greater or equal to
    eq   --> equal to
    di   --> differ
    be   --> between
    beel --> between, exclude lower bound
    beeh --> between, exclude higher bound
    bee  --> between, exclude both bounds
    ou   --> outside
    ouil --> outside, include lower bound
    ouih --> outside, include higher bound
    oui  --> outside, include both bounds
    [default: ge]

-t | --threshold1 <FLOAT>
    first threshold

[ -u | --threshold2 <FLOAT> ]
    second threshold

[ -p <boolean> ]
    thresholds are expressed in percentage of voxel value: threshold =
    min+(max-min)*(percentage/100)

[ -b | --binary <boolean> ]
    returns a short binary data [default: false]

[ --bg <FLOAT> ]
    background value set on thresholded out voxels in non-binary mode [default:
    0]

[ --fg <FLOAT> ]
    foreground value set on thresholded in voxels in binary mode [default:
    32767]

[ --clip <boolean> ]
    clip thresholded-out values [default: false]

[ --output_4d_volumes <S32> ]
    Write 4D images as several 3D files (0 = series of 3D volumes, 1 = one 4D
    volume, no value = use .aimsrc configuration files)

[ --debugLevel <S32> ]
    Set debug information level (default = 0)

[ --verbose [ <S32> ] ]
    Set verbosity level (default = 0, without value = 1)

[ -h | --help <boolean> ]
    show help message

[ --version <boolean> ]
    show Cartograph version

[ --info <boolean> ]
    show libraries information (install, plugins, paths, etc.)

[ --optionsfile <string> ]
    Read additional commandline options from the specified file (one switch or
    value per line)

