fn run_ir2qsm(
local_field_ppm: &[f64],
mask: &[u8],
grid: &Grid,
tile: Option<(usize, usize)>,
progress: &mut dyn FnMut(usize, usize),
) -> Result<Vec<f64>, PipelineError>Expand description
Source the IR2QSM weights and run inference (requires the onnx feature).