nib-convert - Man Page

manual page for nib-convert 5.2.1

Description

usage: nib-convert [-h] [--out-dtype OUT_DTYPE] [--image-type IMAGE_TYPE] [-f]

[-V] infile outfile

Convert neuroimaging file to new parameters

positional arguments

infile

Neuroimaging volume to convert

outfile

Name of output file

options

-h,  --help

show this help message and exit

--out-dtype OUT_DTYPE

On-disk data type; valid argument to numpy.dtype()

--image-type IMAGE_TYPE

Name of NiBabel image class to create, e.g. Nifti1Image. If specified, will be used prior to setting dtype. If unspecified, a new image like `infile` will be created and converted to a type matching the extension of `outfile`.

-f,  --force

Overwrite output file if it exists, and ignore warnings if possible

-V,  --version

show program's version number and exit

Info

April 2024 nib-convert 5.2.1