Skip to main content

smooth_stack

Function smooth_stack 

Source
fn smooth_stack(
    stack: &[f64],
    dims: (usize, usize, usize),
    ne: usize,
    sigma: f64,
) -> Vec<f64>
Expand description

Smooth each echo of an echo-major stack stack[e*n + i] by a 3D Gaussian.