unu-axinsert - Man Page
add a “stub” (length 1) axis to a nrrd
Synopsis
unu axinsert -a,--axis <axis> [-l,--label <label>] [-i,--input <nin>] [-o,--output <nout>]
Description
Add a “stub” (length 1) axis to a nrrd. The underlying linear ordering of the samples is unchanged, and the information about the other axes is shifted upwards as needed.
- Uses nrrdAxesInsert
Options
- -a <axis> , --axes <axis>
dimension (axis index) at which to insert the new axis (unsigned int)
- -l <label> , --label <label>
label to associate with axis (string)
- -i <nin> , --input <nin>
input nrrd
- -o <nout> , --output <nout>
output nrrd (string); default: “-”
See Also
Referenced By
August 2021