sct_dmri_concat_bvecs¶
Concatenate bvec files in time. You can either use bvecs in lines or columns. N.B.: Return bvecs in lines. If you need it in columns, please use sct_dmri_transpose_bvecs afterwards.
usage: sct_dmri_concat_bvecs -i <file> [<file> ...] [-h] [-o <file>] [-v <int>]
MANDATORY ARGUMENTS¶
- -i
List of the bvec files to concatenate. Example: dmri_b700.bvec dmri_b2000.bvec
OPTIONAL ARGUMENTS¶
- -o
Output file with bvecs concatenated. Example: dmri_b700_b2000_concat.bvec
- -v
Possible choices: 0, 1, 2
Verbosity. 0: Display only errors/warnings, 1: Errors/warnings + info messages, 2: Debug mode
Default: 1