CONCAT_VOL

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
LIMITATIONS
AUTHOR
SEE ALSO

NAME

concat_vol − Concatenate volume data

SYNOPSIS

concat_vol [ -i level ] [ -s sx sy sz ... ] vol1 vol2 ... outputvol

DESCRIPTION

Usage :

Utility for concatenating volume data. First volume’s datatype and file format is used.

OPTIONS

-i level

Set level of information

-r sx sy sz ...

Resize each volume to this size before concat operation is performed. Use this e.g. for moviemaking with volren.

-s sx sy sz ...

Specify new dimension of output vol. The no. numbers specify the new rank. A check is made to see if the total number of data values in the input can make up such a volume. You may specify the value -1 for ONE of the size indices - the program will adjust this index to match the total number of data points provided. If there is in integer mismatch, an error is reported unless the -f option is specified.

-f

Don’t be fussy about size mismatch - 0 values are filled in. Default is fussy behavior.

-b x y z

starting index (x,y,z) when resizing ( -r ). Relative to the output volume (i.e. where does 0,0,0 in output image come from in input image). Default is ctr over ctr.

LIMITATIONS

Input file format can be VAPET, XPRIME, ANALYZE. All volio input data types are accepted, i.e. byte, ushort, sshort, float, double.

AUTHOR

Ulrik Kjems <uk@imm.dtu.dk>

SEE ALSO

gauss_vol(1), histo_vols(1), subsample(1), file2vapet(1), file2ana(1), file2xprime(1), headerinfo(1), resize_vol(1), convert_vol(1), covar(1), flip(1), region(1), compute_warp(1), warp_reslice(1), warp_reconcile(1)