
    AimsGridCalibrate
    -----------------

Processes voxel sizes using a grid image.
Voxel sizes can be set on input image directly.

Options :

-i <file name (read only): { Volume of RGB, Volume of RGBA, Volume of S16,
    Volume of S32, Volume of S8, Volume of U16, Volume of U32, Volume of U8 }>
    Input image containing a regular grid.

[ -o <string> ]
    Output file to set with estimated voxel size.

[ -b <string> ]
    Output BuckeMap file contaning mass centers used to process voxel size.

[ -c <S32> ]
    Channel of multi-channel image to use during voxel size estimation
    Possible types and values:
    type : RGB or RGBA
    values: 0=red, 1=green, 2=blue, 3=alpha, 4=norm
    
    type : HSV
    values: 0=hue, 1=saturation, 2=value, 4=norm
    
    [default is set to norm]
    

[ -d <DOUBLE> ]
    Distance (in mm) between grid points [default: 1]

[ -m <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
    [default: ge]

[ --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 | -v [ <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)

