unu-inset - Man Page
replace a sub-region with a different nrrd
Synopsis
unu inset -min,--minimum <pos0 ...> -s,--subset <nsub> [-i,--input <nin>] [-o,--output <nout>]
Description
Replace a sub-region with a different nrrd. This is functionally the opposite of “crop”.
- Uses nrrdInset
Options
- -min [<pos0 ...>] , --minimum [<pos0 ...>]
coordinates of where to locate sub-volume within input nrrd.
- <int> gives 0-based index
- M, M+<int>, M-<int> give index relative to the last sample on the axis (M==#samples-1).
(1 or more positions)
- -s <nsub> , --subset <nsub>
sub-region nrrd. This is the data to be inset in nin
- -i <nin> , --input <nin>
input nrrd
- -o <nout> , --output <nout>
output nrrd (string); default: “-”
See Also
Referenced By
August 2021