
    AimsTex2Graph
    -------------

Makes a roi graph from a mesh and a texture of labels

Options :

-t | -texture <file name (read only): texture of S16>
    input label (short) texture

-m | -mesh <file name (read only): Mesh of VOID>
    input mesh

-o | -output <string>
    output graph

[ -T | -Time | -time <U32> ]
    make graph from time T of input texture

[ -c | -conversion <string> ]
    conversion table  (short label to  name)

[ --reverse <boolean> ]
    flip conversion table (name to short label)

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

