Skip to main content

resample_to_axial

Function resample_to_axial 

Source
pub fn resample_to_axial(
    data: &[f64],
    nx: usize,
    ny: usize,
    nz: usize,
    affine: &[f64; 16],
) -> ResampledVolume
Expand description

Resample a continuous volume (magnitude, unwrapped field, χ) to a cardinal-aligned grid.

Not for wrapped phase — see the module docs and resample_complex_to_axial.