unu-axsplit - Man Page
split one axis into two axes
Synopsis
unu axsplit -a,--axis <axis> -s,--size <fast, slow sizes> [-i,--input <nin>] [-o,--output <nout>]
Description
Split one axis into two axes. More general version of unu-axinsert(1), since a given axis can be split into fast and slow axes of arbitrary size, as long as the product of the fast and slow sizes is the same as the original size.
- Uses nrrdAxesSplit
Options
- -a <axis> , --axis <axis>
dimension (axis index) to split at (unsigned int)
- -s <fast, slow sizes> , --size <fast, slow sizes>
fast and slow axis sizes to produce as result of splitting given axis. (2 size_ts)
- -i <nin> , --input <nin>
input nrrd
- -o <nout> , --output <nout>
output nrrd (string); default: “-”
See Also
Referenced By
August 2021