
    siParcellation
    --------------

Compute parcellation in sulci regions and gyri. The input sulci texture must be
defined by siMeshSulciProjection

Options :

-i | --input <file name (read only): Mesh of VOID>
    grey/white mesh

-s | --sulci <file name (read only): texture of S16>
    input_texture: definition of the sulci texture (given by
    siMeshSulciProjection

-g | --graph <filename: Graph>
    output gyri graph

-m | --model <string>
    gyri model: Choice of the sulcus/sulcus relations ('gyri.gyr')

-o | --output <filename: texture of S16>
    output timetexture file (sulci and gyri texture): 0: sulci, 1 : sulci
    regions, 2: gyri, 3: gyri & sulci

[ -b | --brain <file name (read only): Mesh of VOID> ]
    brain mesh [used and required in 3D mode only]

[ -p | --parcelvol <filename: carto_volume of S16> ]
    output gyri volume [used in 3D mode only]

[ -v | --value <S32> ]
    grey value in input_grey_white vol [default: 100]

[ -V | --Volume <file name (read only): carto_volume of S16> ]
    input grey white volume [used and required in 3D mode only]

[ -T | --Time <U32> ]
    input sulci texture time [default: 0]

[ --sulcitranslation | --sulcitraduction <string> ]
    sulci translation file: correspondance label string->short_label
    [default:"sulcitraduction.txt"]

[ --gyritranslation | --gyritraduction <string> ]
    output gyri translation file: correspondance label string->short_label.
    This file will be written or completed if it already exists
    [default:"gyritraduction.txt"]

[ --connectivity | --connexity <boolean> ]
    use connectivity (true) or geodesic euclidean distance (false) [default:
    false]

[ --3D <boolean> ]
    compute 3D cortical ribbon gyrus graph [default: false]

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

