1NIPY_3DTO4D(1) User Commands NIPY_3DTO4D(1)
2
3
4
6 nipy_3dto4d – Read 3D image files and write a 4D file
7
9 nipy_3dto4d [-h] [--out-4d OUT_4D] [--check-affines CHECK_AFFINES]
10 in_filenames [in_filenames ...]
11
13 nipy_3dto4d(1) will take a series of 3D nifti images in any format
14 readable by nibabel and concatenate them into a 4D image, and write the
15 image with format guessed from the output image filename. You can set
16 the filename with the --out-4d parameter, or we make a filename from
17 the input names.
18
20 POSITIONAL ARGUMENTS
21 in_filenames
22 3D image filenames
23
24 OPTIONAL ARGUMENTS
25 -h, --help
26 Show a help message and exit
27
28 --out-4d OUT_4D
29 4D output image name --check-affines CHECK_AFFINES False if you
30 want to ignore differences in affines between the 3D images,
31 True if you want to raise an error for significant differences
32 (default is True)
33
35 nipy_4d_realign(1), nipy_4dto3d(1), nipy_diagnose(1), nipy_tsdiffana(1)
36
37
38
39 February 2023 NIPY_3DTO4D(1)