fn compute_weights_from_params(
params: &RomeoParams,
phase: &[f64],
mag: &[f64],
phase2: Option<&[f64]>,
te1: f64,
te2: f64,
mask: &[u8],
nx: usize,
ny: usize,
nz: usize,
) -> Vec<u8> ⓘExpand description
Compute weights from params (dispatches BestPath vs ROMEO).