
    AimsGraphConvert
    ----------------

Performs graph storage conversion or volume-S16 labels volume to graph
conversion

Options :

-i | -input <string>
    input data graph

[ -o | -output <string> ]
    output data graph (default: same as input)

[ -b | -basename <string> ]
    directory where to put sub-data in (default: <input>.data)

[ -g | -global <boolean> ]
    save sub-objects in 'global' mode (1 file for all objects of same type)

[ -l | -local <boolean> ]
    save sub-objects in 'local' mode (each object with a specific file)
    (contradictory with -g)

[ -c | -copy <string> ]
    copy attribute (use with -d)

[ -d | -dest <string> ]
    destination attribute (for use with -c)

[ -s | -syntax <string> ]
    syntax of elements involved by copy operations (use with -c and -d)
    [default: no filtering]

[ --volume <boolean> ]
    convert buckets to volume of labels

[ --bucket <boolean> ]
    convert volumes of labels to buckets

[ --roi <boolean> ]
    Output graph will be a roi graph, and all unnamed regions will be named by
    their roi label

[ --substitution <string> ]
    Graph substitution file for syntax and label

[ --labels <string> ]
    Substitution file for label's name

[ -n <string> ]
    Output nomenclature (.hie) filename, converted from volume header
    labels/colors table (GIFTI_labels_table)

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

