unu-axmerge - Man Page
merge two adjacent axes into one
Synopsis
unu axmerge -a,--axis <ax0 ...> [-i,--input <nin>] [-o,--output <nout>]
Description
Merge two adjacent axes into one. A more general version of unu-axdelete(1). The underlying linear ordering of the samples is unchanged, and the information about the other axes is shifted downwards as needed.
- Uses nrrdAxesMerge
Options
- -a <ax0 ...> , --axis <ax0 ...>
axis (or axes) to merge. Each axis index identified is the lower of the pair of axes that will be merged. Saying “-a 2” means to merge axis 2 and axis 3 into axis 2. If multiple merges are to be done, the indices listed here are for the axes prior to any merging. (1 or more ints)
- -i <nin> , --input <nin>
input nrrd
- -o <nout> , --output <nout>
output nrrd (string); default: “-”
See Also
Referenced By
August 2021