fn run_autoqsm(
field: &[f64],
mask: &[u8],
grid: &Grid,
) -> Result<Vec<f64>, PipelineError>Expand description
Source the AutoQSM weights and run inference (requires the onnx feature).
field is the total field (AutoQSM does its own background removal).