.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.12. .TH NIPY_3DTO4D "1" "January 2020" "nipy_3dto4d 0.4.2" "User Commands" .SH NAME nipy_3dto4d \- Read 3D image files and write a 4D file .SH DESCRIPTION usage: nipy_3dto4d [\-h] [\-\-out\-4d OUT_4D] [\-\-check\-affines CHECK_AFFINES] .IP in_filenames [in_filenames ...] .PP Read 3D image files and write a 4D file .SS "positional arguments:" .TP in_filenames 3D image filenames .SS "optional arguments:" .TP \fB\-h\fR, \fB\-\-help\fR show this help message and exit .TP \fB\-\-out\-4d\fR OUT_4D 4D output image name .TP \fB\-\-check\-affines\fR CHECK_AFFINES False if you want to ignore differences in affines between the 3D images, True if you want to raise an error for significant differences (default is True) .PP nipy_3dto4d will take a series of 3D nifti images in any format readable by nibabel and concatenate them into a 4D image, and write the image with format guessed from the output image filename. You can set the filename with the ``\-\-out\-4d`` parameter, or we make a filename from the input names.