
    AimsMerge
    ---------

Merge a volume and a byte label volume

Options :

-i | --input <string>
    origin file

-o | --output <string>
    output file

-M | --Mask <string>
    mask file (int voxel type)

-m | --mode <string>
    mode that can be:
    sv --> same values, put value of the mask where the mask is non-zero;
    oo --> one to one, put `-v' where the mask is `-l';
    ao --> all to one, put `-v' where the mask is non-zero;
    om --> one to maximum plus 1, put max(input)+1 where mask is `-l';
    am --> all to maximum plus 1, put max(input)+1 where mask is non-zero.

[ -l | --label <S32> ]
    only label to get into account

[ -v | --value <DOUBLE> ]
    replacement value

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

