pub fn iqsm_plus_multi_echo(
phases: &[&[f64]],
magnitudes: &[&[f64]],
mask: &[u8],
grid: &Grid,
tes: &[f64],
b0: f64,
b0_dir: (f64, f64, f64),
phase_sign: f64,
eroded_rad: i32,
model_onnx: &[u8],
) -> Result<Vec<f64>, OnnxError>Expand description
Multi-echo iQSM+: reconstruct each echo and combine with magnitude·TE² weights.