Function egsphsp::reweight [] [src]

pub fn reweight(
    input_path: &Path,
    output_path: &Path,
    f: &Fn(f32) -> f32,
    number_bins: usize,
    max_radius: f32
) -> EGSResult<()>