fn slice_ranges(data: &[f64], dims: [usize; 3], axis: usize) -> Vec<(f64, f64)>
Per-slice (min, max) along axis of a C-order volume.
(min, max)
axis