pub fn obliquity_axes_from_affine(affine: &[f64; 16]) -> [f64; 3]Expand description
Per-axis obliquity (degrees), matching nibabel.affines.obliquity: for each voxel axis, the
angle between it and the closest world axis. [0, 0, 0] for a cardinal-aligned acquisition.