Skip to main content

nextqsm_padded

Function nextqsm_padded 

Source
pub fn nextqsm_padded(
    field: &[f64],
    mask: &[u8],
    grid: &Grid,
    bdir: (f64, f64, f64),
    bf_onnx: &[u8],
    vjp_onnx: &[u8],
    lambdas: &[f64],
) -> Result<Vec<f64>, OnnxError>
Expand description

NeXtQSM on a grid already sized to a multiple of 64 (no internal padding). Exposed for validation against the reference trajectory.