unu-permute - Man Page
permute ordering of axes
Synopsis
unu permute -p,--permute <ax0 ax1 ...> [-i,--input <nin>] [-o,--output <nout>]
Description
Permute ordering of axes. The permutation gives the new ordering of the old axes (in 0-based numbering). For example, the permutation 0->1, 1->2, 2->0 would be “2 0 1”.
- Uses nrrdAxesPermute
Options
- -p <ax0 ax1 ...> , --permute <ax0 ax1 ...>
new axis ordering (1 or more unsigned ints)
- -i <nin> , --input <nin>
input nrrd
- -o <nout> , --output <nout>
output nrrd (string); default: “-”
See Also
Referenced By
August 2021