In Fortran-style array notation, the array of extracted values (both data and coordinates) is related to the original array by
Output = Input ( IMin:IMax:Sample, JMin:JMax:Sample, KMin:KMax:Sample )
The type of the output coordinates is the same as the type of the input coordinates. That is, uniform, perimeter, and curvilinear coordinates are sampled and cropped without changing to curvilinear.
Port: Input
Type: Lattice
Constraints: 1..3-D.
The input image or volume to be sampled and cropped.
Port: I Min
Type: Slider
Lower bound for cropping along the I axis.
Port: I Max
Type: Slider
Upper bound for cropping along the I axis.
Port: J Min
Type: Slider
Lower bound for cropping along the J axis.
Port: J Max
Type: Slider
Upper bound for cropping along the J axis.
Port: K Min
Type: Slider
Lower bound for cropping along the K axis.
Port: K Max
Type: Slider
Upper bound for cropping along the K axis.
Port: Sample
Type: Slider
Stride for sampling along each of the I, J, and K axes.
Port: Output
Type: Lattice
Constraints: 1..3-D.
A copy of the input lattice reduced by sampling and cropping.