pub fn crop_volume<T: Copy + Default>(data: &[T], b: &CropBox) -> Vec<T>
Copy the box out of a full-grid volume.
If data does not match the box’s full_dims.
data
full_dims