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 5ea8366 commit 8369d48Copy full SHA for 8369d48
nibabel/processing.py
@@ -325,13 +325,13 @@ def conform(from_img,
325
Using the default arguments, this function is meant to replicate most parts
326
of FreeSurfer's ``mri_convert --conform`` command. Specifically, this
327
function:
328
-
+
329
- Resamples data to ``output_shape``
330
- Resamples voxel sizes to ``voxel_size``
331
- Reorients to RAS (``mri_convert --conform`` reorients to LIA)
332
333
Unlike ``mri_convert --conform``, this command does not:
334
335
- Transform data to range [0, 255]
336
- Cast to unsigned eight-bit integer
337
0 commit comments