We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6a328f commit 5432462Copy full SHA for 5432462
niworkflows/interfaces/images.py
@@ -304,7 +304,7 @@ def _run_interface(self, runtime):
304
# Common assumption; if we're wrong, unlikely to be the only thing that breaks
305
xyz_unit = "mm"
306
307
- # Set a 0.05mm threshold to performing rescaling
+ # Set a 0.01mm threshold to performing rescaling
308
atol = {"meter": 1e-5, "mm": 0.01, "micron": 10}[xyz_unit]
309
310
# Rescale => change zooms
0 commit comments