pub fn use_arlo(echo_times: &[f64], tolerance: f64) -> boolExpand description
Check if echo times are approximately equi-spaced (suitable for ARLO).
Requires at least 3 echo times with spacing deviations below tolerance.
ยงArguments
echo_times- Echo times in secondstolerance- Maximum allowed deviation from uniform spacing (seconds, e.g. 0.1e-3)