Skip to main content

run_susep_net

Function run_susep_net 

Source
fn run_susep_net(
    local_field_ppm: &[f64],
    qsm: &[f64],
    r2prime: &[f64],
    mask: &[u8],
    grid: &Grid,
) -> Result<(Vec<f64>, Vec<f64>, Vec<f64>), PipelineError>
Expand description

Source the SUSEP-Net weights and run inference (requires the onnx feature).