Check if a collection of minc files all have the same step size.
check_step_sizes(filenames, atlas = NULL, strict = FALSE, tolerance = 1e-05)
| filenames | A character vector of minc file names |
|---|---|
| atlas | An optional atlas to compare against the files |
| strict | Should differences be treated as errors or warnings |
| tolerance | The tolerance for comparing step sizes, 10e-6 by default |
A 3-component vector of step sizes.