table of contents
other versions
NIPY_4DTO3D(1) | User Commands | NIPY_4DTO3D(1) |
NAME¶
nipy_4dto3d - Read 4D image file and write 3D nifti file for each volume
DESCRIPTION¶
usage: nipy_4dto3d [-h] [--out-path OUT_PATH] filename
Read 4D image file and write 3D nifti file for each volume
positional arguments:¶
- filename
- 4D image filename
optional arguments:¶
- -h, --help
- show this help message and exit
- --out-path OUT_PATH
- path for output image files
nipy_4dto3d will generate a series of 3D nifti images for each volume a 4D image series in any format readable by `nibabel`.
January 2019 | nipy_4dto3d 0.4.2 |