
    AimsSubVolume
    -------------

Carve a subvolume in the input volume 

Options :

-i | --input <string>
    input data

[ -x | --firstx <vector of S32> ]
    first x coordinate (default 0)

[ -y | --firsty <vector of S32> ]
    first y coordinate (default 0)

[ -z | --firstz <vector of S32> ]
    first z coordinate (default 0)

[ -t | --firstt <vector of S32> ]
    first t coordinate (default 0)

[ -X | --lastx <vector of S32> ]
    last x coordinate (default SizeX-1)

[ -Y | --lasty <vector of S32> ]
    last y coordinate (default SizeY-1)

[ -Z | --lastz <vector of S32> ]
    last z coordinate (default SizeZ-1)

[ -T | --lastt <vector of S32> ]
    last t coordinate (default SizeT-1)

[ -s | --split <boolean> ]
    split a 4D volume into a series of 3D volumes. Output filenames will be
    appended with a timestep number.

[ -l | --lap <boolean> ]
    take X,Y,Z and T as dimensions instead of coordinates)

-o | --output <vector of string>
    output data

[ -motion <boolean> ]
    Write motions whole_TO_subvolume and inverse (default=no)

[ -mdir <string> ]
    Motion name : whole_TO_subvolume

[ -minv <string> ]
    Motion name : subvolume_TO_whole

[ --singleminf <boolean> ]
    Only write .minf meta-header on the first sub-volume (useful when writing a
    series)

[ -p | --parent <boolean> ]
    include transform to parent space

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

