
    AimsGenerateVolume
    ------------------

Creates empty volumes on disk. It may be used for later partial writing.
Currently GIS is the only supported format.

Options :

-o <string>
    Output file name

[ -t <string> ]
    Output data type (default: S16)

[ -sx <S32> ]
    Output size in X (default: 1)

[ -sy <S32> ]
    Output size in Y (default: 1)

[ -sz <S32> ]
    Output size in Z (default: 1)

[ -st <S32> ]
    Output size in T (default: 1)

[ -vx <DOUBLE> ]
    Output voxel size in X (default: 1.0)

[ -vy <DOUBLE> ]
    Output voxel size in Y (default: 1.0)

[ -vz <DOUBLE> ]
    Output voxel size in Z (default: 1.0)

[ -vt <DOUBLE> ]
    Output voxel size in T (default: 1.0)

[ --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 | -d <S32> ]
    Set debug information level (default = 0)

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

