unu-reshape - Man Page
superficially change dimension and/or axes sizes
Synopsis
unu reshape -s,--size <sz0 sz1 ...> [-i,--input <nin>] [-o,--output <nout>]
Description
Superficially change dimension and/or axes sizes. The underlying linear ordering of the samples is unchanged, but the reported dimension or axes sizes are changed. Identical in concept to Matlab’s “reshape” command.
- Uses nrrdReshape_nva
Options
- -s <sz0 sz1 ...> , --size <sz0 sz1 ...>
new axes sizes (1 or more size_ts)
- -i <nin> , --input <nin>
input nrrd
- -o <nout> , --output <nout>
output nrrd (string); default: “-”
See Also
Referenced By
August 2021