1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.12.
.TH NIB-CONFORM "1" "July 2020" "nib-conform 3.1.1" "User Commands"
.SH NAME
nib-conform \- Python3 bindings to various neuroimaging data formats
.SH DESCRIPTION
usage: nib\-conform [\-h] [\-\-out\-shape OUT_SHAPE OUT_SHAPE OUT_SHAPE]
.IP
[\-\-voxel\-size VOXEL_SIZE VOXEL_SIZE VOXEL_SIZE]
[\-\-orientation ORIENTATION] [\-f] [\-V]
infile outfile
.PP
Conform neuroimaging volume to arbitrary shape and voxel size.
.SS "positional arguments:"
.TP
infile
Neuroimaging volume to conform.
.TP
outfile
Name of output file.
.SS "optional arguments:"
.TP
\fB\-h\fR, \fB\-\-help\fR
show this help message and exit
.TP
\fB\-\-out\-shape\fR OUT_SHAPE OUT_SHAPE OUT_SHAPE
Shape of the conformed output.
.TP
\fB\-\-voxel\-size\fR VOXEL_SIZE VOXEL_SIZE VOXEL_SIZE
Voxel size in millimeters of the conformed output.
.TP
\fB\-\-orientation\fR ORIENTATION
Orientation of the conformed output.
.TP
\fB\-f\fR, \fB\-\-force\fR
Overwrite existing output files.
.TP
\fB\-V\fR, \fB\-\-version\fR
show program's version number and exit
.SH AUTHOR
This manpage was written by Nilesh Patra for the Debian distribution and
can be used for any other usage of the program.
|