
    AimsFoldArgAtt
    --------------

Builds cortical folds graph attributes - replaces VipFoldArgAtt

Options :

-i <file name (read only): volume of S16>
    skeleton image

-g <file name (read only): Graph>
    fold graph

[ -o <filename: Graph> ]
    output fold graph [default: input]

[ -m <string> ]
    transformation to Talairach [default: none]

[ -n | --nomesh <boolean> ]
    don't generate meshes

[ --smoothType <string> ]
    mesh smoothing alorithm's type (if meshes are generated) : laplacian or
    lowpass  [default=lowpass]

[ --apc <string> ]
    set AC/PC/IH points in graph from a .APC file [default: don't set them]

[ -li <S16> ]
    'inside' label on skeleton image [default: 0]

[ -lo <S16> ]
    'outside' label on skeleton image [default: 11]

[ --graphversion <string> ]
    output graph version [default: 6.0]

[ --threads <S32> ]
    limit threads usage. code: 0: one thread per CPU; 1: mono-threaded; n>0:
    use exactly n threads; -n: use one thread per CPU, up to n max. Default: 0.
    Note: no effect on Windows, threading is disabled

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

